Groovy JSR 223 provides the scripting engine for Groovy, allowing it to be used as a JSR 223 scripting language in Java applications.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
<version>3.0.25</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Evaluates a simple Groovy expression using the JSR 223 scripting engine.
Use Groovy 3.x for Java 8-10, or upgrade to Java 11+ for Groovy 4.x.
No dependency data recorded yet.