License |
License |
---|---|
GroupId | GroupIdde.cit-ec.scie |
ArtifactId | ArtifactIdwebservice |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebservice
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |