is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-bsf 3.0.0-rc-3

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-bsf
Version

Version

3.0.0-rc-3
Type

Type

jar

Download groovy-bsf 3.0.0-rc-3


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