is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-bsf 2.4.1

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-bsf
Version

Version

2.4.1
Type

Type

jar

Download groovy-bsf 2.4.1


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