Last Version

Webservice 2.0.1

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.

License

License

GroupId

GroupId

de.cit-ec.scie
ArtifactId

ArtifactId

webservice
Version

Version

2.0.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://openresearch.cit-ec.de/projects/scie/
Source Code Management

Source Code Management

https://opensource.cit-ec.de/projects/scie/repository/revisions/master/show/modules/webservice

Download webservice 2.0.1


<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.