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.libraries |
ArtifactId | ArtifactIdinteraction |
Last Version | Last Version4.1 |
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.1.pom | |
interaction-4.1.jar | 21 KB |
interaction-4.1-sources.jar | 22 KB |
interaction-4.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate.libraries/interaction/ -->
<dependency>
<groupId>uk.ac.gate.libraries</groupId>
<artifactId>interaction</artifactId>
<version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.libraries/interaction/
implementation 'uk.ac.gate.libraries:interaction:4.1'
// https://jarcasting.com/artifacts/uk.ac.gate.libraries/interaction/
implementation ("uk.ac.gate.libraries:interaction:4.1")
'uk.ac.gate.libraries:interaction:jar:4.1'
<dependency org="uk.ac.gate.libraries" name="interaction" rev="4.1">
<artifact name="interaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.libraries', module='interaction', version='4.1')
)
libraryDependencies += "uk.ac.gate.libraries" % "interaction" % "4.1"
[uk.ac.gate.libraries/interaction "4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.2.0.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | [2.9.9,) |
commons-io : commons-io | jar | 2.6 |
com.konghq : unirest-java | jar | 3.1.00 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.apache.commons : commons-text | jar | 1.4 |
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.