Last Version

Groovy 8.6

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

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

uk.ac.gate.plugins
ArtifactId

ArtifactId

groovy
Version

Version

8.6
Type

Type

jar
Description

Description

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

Project Organization

GATE
Source Code Management

Source Code Management

https://github.com/GateNLP/gateplugin-Groovy

Download groovy 8.6


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

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.4

provided (1)

Group / Artifact Type Version
uk.ac.gate : gate-core jar 8.6

test (1)

Group / Artifact Type Version
uk.ac.gate : gate-plugin-test-utils jar 8.6

Project Modules

There are no modules declared in this project.