is not current version
Last Version 8.6

uk.ac.gate.plugins:groovy 8.5

Adds support for the Groovy scripting language to GATE as well as making GATE easier to use from Groovy scripts

Categories

Categories

Groovy Languages
GroupId

GroupId

uk.ac.gate.plugins
ArtifactId

ArtifactId

groovy
Version

Version

8.5
Type

Type

jar

Download groovy 8.5


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