| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.uima |
| Идентификатор | ИдентификаторSimpleServer |
| Последняя версия | Последняя версия2.3.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUIMA Addon: SimpleServer
A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| org.mortbay.jetty : jetty | jar | 6.1.8 |
| org.apache.httpcomponents : httpclient | jar | 4.0-alpha2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |