Download http-server-jetty-1.0.1-1.jar file - Jar h

Jar examples for h:http-server-jetty

Description

This project is the http jetty server implementation library in the cisco vss foundation runtime

You can download jar file http-server-jetty 1.0.1-1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add http-server-jetty-1.0.1-1.jar to your project.

<dependency>
   <groupId>com.cisco.oss.foundation</groupId>
   <artifactId>http-server-jetty</artifactId>
   <version>1.0.1-1</version>
</dependency>
compile group: 'com.cisco.oss.foundation', name: 'http-server-jetty', version: '1.0.1-1'
libraryDependencies += "com.cisco.oss.foundation" % "http-server-jetty" % "1.0.1-1"
<dependency org="com.cisco.oss.foundation" name="http-server-jetty" rev="1.0.1-1"/>
@Grapes(@Grab(group='com.cisco.oss.foundation', module='http-server-jetty', version='1.0.1-1'))
'com.cisco.oss.foundation:http-server-jetty:jar:1.0.1-1'

Download

Click the following link to download the jar file.

http-server-jetty-1.0.1-1-javadoc.jar
http-server-jetty-1.0.1-1-sources.jar
http-server-jetty-1.0.1-1.jar
http-server-jetty-1.0.1-1.pom



Related Tutorials