Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-jsr223 |
Version | Version2.0.0-rc-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jsr223/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
<version>2.0.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jsr223/
implementation 'org.codehaus.groovy:groovy-jsr223:2.0.0-rc-1'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jsr223/
implementation ("org.codehaus.groovy:groovy-jsr223:2.0.0-rc-1")
'org.codehaus.groovy:groovy-jsr223:jar:2.0.0-rc-1'
<dependency org="org.codehaus.groovy" name="groovy-jsr223" rev="2.0.0-rc-1">
<artifact name="groovy-jsr223" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-jsr223', version='2.0.0-rc-1')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-jsr223" % "2.0.0-rc-1"
[org.codehaus.groovy/groovy-jsr223 "2.0.0-rc-1"]