Last Version

Java 0.5

A GATE plugin that provides a processing resource for editing, re-compiling and running Java code from within the GATE GUI without the need to re-load the pipeline or re-start GATE. This makes it easy to do rapid-prototyping and agile programming with GATE. The plugin supports duplication and callbacks for running code before and after processing of a corpus.

License

License

GroupId

GroupId

uk.ac.gate.plugins
ArtifactId

ArtifactId

java
Version

Version

0.5
Type

Type

jar
Description

Description

Java
A GATE plugin that provides a processing resource for editing, re-compiling and running Java code from within the GATE GUI without the need to re-load the pipeline or re-start GATE. This makes it easy to do rapid-prototyping and agile programming with GATE. The plugin supports duplication and callbacks for running code before and after processing of a corpus.
Project URL

Project URL

https://github.com/GateNLP/gateplugin-Java/wiki
Project Organization

Project Organization

GATE Team
Source Code Management

Source Code Management

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

Download java 0.5


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

Dependencies

compile (1)

Group / Artifact Type Version
com.fifesoft : rsyntaxtextarea jar 2.6.1

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.