is not current version
Last Version 2.0.1

de.cit-ec.scie:webservice 2.0

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.

GroupId

GroupId

de.cit-ec.scie
ArtifactId

ArtifactId

webservice
Version

Version

2.0
Type

Type

jar

Download webservice 2.0


<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/webservice/ -->
<dependency>
    <groupId>de.cit-ec.scie</groupId>
    <artifactId>webservice</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/webservice/
implementation 'de.cit-ec.scie:webservice:2.0'
// https://jarcasting.com/artifacts/de.cit-ec.scie/webservice/
implementation ("de.cit-ec.scie:webservice:2.0")
'de.cit-ec.scie:webservice:jar:2.0'
<dependency org="de.cit-ec.scie" name="webservice" rev="2.0">
  <artifact name="webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='webservice', version='2.0')
)
libraryDependencies += "de.cit-ec.scie" % "webservice" % "2.0"
[de.cit-ec.scie/webservice "2.0"]