Last Version

UIMA Addon: SimpleServer 2.3.1

A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface

License

License

GroupId

GroupId

org.apache.uima
ArtifactId

ArtifactId

SimpleServer
Version

Version

2.3.1
Type

Type

jar
Description

Description

UIMA Addon: SimpleServer
A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface
Project URL

Project URL

http://uima.apache.org
Project Organization

Project Organization

The Apache Software Foundation

Download SimpleServer 2.3.1


<!-- https://jarcasting.com/artifacts/org.apache.uima/SimpleServer/ -->
<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>SimpleServer</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/SimpleServer/
implementation 'org.apache.uima:SimpleServer:2.3.1'
// https://jarcasting.com/artifacts/org.apache.uima/SimpleServer/
implementation ("org.apache.uima:SimpleServer:2.3.1")
'org.apache.uima:SimpleServer:jar:2.3.1'
<dependency org="org.apache.uima" name="SimpleServer" rev="2.3.1">
  <artifact name="SimpleServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='SimpleServer', version='2.3.1')
)
libraryDependencies += "org.apache.uima" % "SimpleServer" % "2.3.1"
[org.apache.uima/SimpleServer "2.3.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.uima : uimaj-core jar 2.3.1
org.apache.xmlbeans : xmlbeans jar 2.4.0
org.apache.geronimo.specs : geronimo-stax-api_1.0_spec jar 1.0.1

provided (3)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
org.mortbay.jetty : jetty jar 6.1.8
org.apache.httpcomponents : httpclient jar 4.0-alpha2

test (3)

Group / Artifact Type Version
org.apache.uima : uimaj-test-util jar 2.3.1
org.apache.uima : uimaj-component-test-util jar 2.3.1
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.