Download servlet-1.0.0-v20070606.jar file - Jar s

Jar examples for s:servlet

Description

Embedded web server to expose Couchbase Lite REST API on an http socket

You can download jar file servlet 1.0.0-v20070606 in this page.

License

Couchbase Community Edition License Agreement

Build File

You can use the following script to add servlet-1.0.0-v20070606.jar to your project.

<dependency>
   <groupId>org.eclipse.equinox.http</groupId>
   <artifactId>servlet</artifactId>
   <version>1.0.0-v20070606</version>
</dependency>
compile group: 'org.eclipse.equinox.http', name: 'servlet', version: '1.0.0-v20070606'
libraryDependencies += "org.eclipse.equinox.http" % "servlet" % "1.0.0-v20070606"
<dependency org="org.eclipse.equinox.http" name="servlet" rev="1.0.0-v20070606"/>
@Grapes(@Grab(group='org.eclipse.equinox.http', module='servlet', version='1.0.0-v20070606'))
'org.eclipse.equinox.http:servlet:jar:1.0.0-v20070606'

Download

Click the following link to download the jar file.

servlet-1.0.0-v20070606.jar
servlet-1.0.0-v20070606.pom



Related Tutorials