Registry / utility / groovy-groovysh

groovy-groovysh

JSON →
library3.0.25javamavenunverified

The interactive shell for the Groovy programming language, allowing execution of Groovy code in a REPL environment.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-groovysh</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-GROOVYSH
G
groovy-groovysh
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.

GroovyMain
groovy.ui.GroovyMain

Launch the Groovy interactive shell programmatically.

import groovy.ui.GroovyMain; public class Example { public static void main(String[] args) { GroovyMain.main(new String[]{}); // Launches the Groovy shell } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
groovy-groovysh — mvn dependency:get groovy-groovysh · libregistry