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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.ac.gate |
| Идентификатор | Идентификаторinteraction |
| Последняя версия | Последняя версия4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеgatelib-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 ... ).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| interaction-4.0.pom | |
| interaction-4.0.jar | 20 KB |
| interaction-4.0-sources.jar | 14 KB |
| interaction-4.0-javadoc.jar | 73 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | [2.9.9,) |
| commons-io : commons-io | jar | 1.3.2 |
| log4j : log4j | jar | 1.2.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.