License |
License |
---|---|
GroupId | GroupIdorg.apache.uima |
ArtifactId | ArtifactIdSimpleServer |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUIMA Addon: SimpleServer
A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
SimpleServer-2.3.1.pom | |
SimpleServer-2.3.1.jar | 142 KB |
SimpleServer-2.3.1-sources.jar | 151 KB |
SimpleServer-2.3.1-javadoc.jar | 467 KB |
Browse |
<!-- 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"]
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 |
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 |
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 |