Download webservice-2.0.1.jar file - Jar w

Jar examples for w:webservice

Description

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.

You can download jar file webservice 2.0.1 in this page.

License

The GNU Affero General Public License, Version 3

Build File

You can use the following script to add webservice-2.0.1.jar to your project.

<dependency>
   <groupId>org.daisy.pipeline</groupId>
   <artifactId>webservice</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'org.daisy.pipeline', name: 'webservice', version: '2.0.1'
libraryDependencies += "org.daisy.pipeline" % "webservice" % "2.0.1"
<dependency org="org.daisy.pipeline" name="webservice" rev="2.0.1"/>
@Grapes(@Grab(group='org.daisy.pipeline', module='webservice', version='2.0.1'))
'org.daisy.pipeline:webservice:jar:2.0.1'

Download

Click the following link to download the jar file.

webservice-2.0.1-javadoc.jar
webservice-2.0.1-sources.jar
webservice-2.0.1.jar
webservice-2.0.1.pom



Related Tutorials