is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-jsr223 2.5.15

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-jsr223
Version

Version

2.5.15
Type

Type

jar

Download groovy-jsr223 2.5.15


<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jsr223/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-jsr223</artifactId>
    <version>2.5.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jsr223/
implementation 'org.codehaus.groovy:groovy-jsr223:2.5.15'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jsr223/
implementation ("org.codehaus.groovy:groovy-jsr223:2.5.15")
'org.codehaus.groovy:groovy-jsr223:jar:2.5.15'
<dependency org="org.codehaus.groovy" name="groovy-jsr223" rev="2.5.15">
  <artifact name="groovy-jsr223" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-jsr223', version='2.5.15')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-jsr223" % "2.5.15"
[org.codehaus.groovy/groovy-jsr223 "2.5.15"]