gatelib-interaction
A small and light-weight library for some often-used ways of interacting between GATE (Java) and other software through command line and pipes or simple HTTP services.
License |
License |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdinteraction |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongatelib-interaction
A library that implements a number of different ways for running a program
in a different process and communicating with that process by sending
data back and forth over standard input/output in various formats
(JSON, ObjectStream ... ).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
interaction-4.0.pom | |
interaction-4.0.jar | 20 KB |
interaction-4.0-sources.jar | 14 KB |
interaction-4.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/interaction/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>interaction</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/interaction/
implementation 'uk.ac.gate:interaction:4.0'
// https://jarcasting.com/artifacts/uk.ac.gate/interaction/
implementation ("uk.ac.gate:interaction:4.0")
'uk.ac.gate:interaction:jar:4.0'
<dependency org="uk.ac.gate" name="interaction" rev="4.0">
<artifact name="interaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='interaction', version='4.0')
)
libraryDependencies += "uk.ac.gate" % "interaction" % "4.0"
[uk.ac.gate/interaction "4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | [2.9.9,) |
commons-io : commons-io | jar | 1.3.2 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
A small and light-weight library for some often-used ways of interacting between GATE (Java) and other software through command line and pipes or simple HTTP services.