is not current version
Last Version 3.0.8-01

org.codehaus.groovy:groovy-eclipse-batch 2.4.3-01

Groovy Eclipse Compiler wrapped for Batch Use from Maven

Categories

Categories

Groovy Languages CLI User Interface
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-eclipse-batch
Version

Version

2.4.3-01
Type

Type

jar

Download groovy-eclipse-batch 2.4.3-01


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