Registry / utility / groovy-all

groovy-all

JSON →
library3.0.25javamavenunverified

Groovy is a powerful, optionally typed, dynamic language for the JVM that integrates seamlessly with Java.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-ALL
G
groovy-all
utilityjavav3.0.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GroovyShell
groovy.lang.GroovyShell

Evaluates a simple Groovy expression using GroovyShell.

import groovy.lang.GroovyShell; public class Main { public static void main(String[] args) { GroovyShell shell = new GroovyShell(); Object result = shell.evaluate("1 + 2"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
groovy-all — mvn dependency:get groovy-all · libregistry