Groovy

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
Last Version

Last Version

8.6
Release Date

Release Date

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

How to add to project

<!-- 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.

This directory contains code for integrating Groovy scripting into GATE.

Groovy is a Java-based scripting language, described at http://groovy.codehaus.org Some example scripts can be found in the resources/scripts directory

The source code in this directory is licensed under the GNU LGPL, a copy of which can be found in LICENSE in this directory.

uk.ac.gate.plugins

GateNLP

GATE - General Architecture for Text Engineering

Versions

Version
8.6
8.5
8.5-alpha1