| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.cit-ec.scie |
| Идентификатор | Идентификаторwebservice |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWebservice
Module providing the webservice interface based on the Jetty
embedded webserver and the FreeMarker template engine. Defines a simple
format for providing textual annotations and produced output in HTML or
JSON. This module has no dependencies to the other SCIE modules (except
for the PDF text extractor) or the UIMA framework and thus can be used
in any context, where text is annotated by an algorithm and should be
presented to an end user.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| webservice-2.0.1.pom | |
| webservice-2.0.1.jar | 374 KB |
| webservice-2.0.1-sources.jar | 367 KB |
| webservice-2.0.1-javadoc.jar | 132 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/webservice/ -->
<dependency>
<groupId>de.cit-ec.scie</groupId>
<artifactId>webservice</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/webservice/
implementation 'de.cit-ec.scie:webservice:2.0.1'
// https://jarcasting.com/artifacts/de.cit-ec.scie/webservice/
implementation ("de.cit-ec.scie:webservice:2.0.1")
'de.cit-ec.scie:webservice:jar:2.0.1'
<dependency org="de.cit-ec.scie" name="webservice" rev="2.0.1">
<artifact name="webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='webservice', version='2.0.1')
)
libraryDependencies += "de.cit-ec.scie" % "webservice" % "2.0.1"
[de.cit-ec.scie/webservice "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.2.2.v20140723 |
| org.freemarker : freemarker | jar | 2.3.20 |
| org.json : json | jar | 20140107 |
| de.cit-ec.scie : pdf-extractor | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |