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