Download web-1.0.jar file - Jar w

Jar examples for w:web

Description

Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.

You can download jar file web 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add web-1.0.jar to your project.

<dependency>
   <groupId>com.weicoder</groupId>
   <artifactId>web</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.weicoder', name: 'web', version: '1.0'
libraryDependencies += "com.weicoder" % "web" % "1.0"
<dependency org="com.weicoder" name="web" rev="1.0"/>
@Grapes(@Grab(group='com.weicoder', module='web', version='1.0'))
'com.weicoder:web:jar:1.0'

Download

Click the following link to download the jar file.

web-1.0-javadoc.jar
web-1.0-sources.jar
web-1.0.jar
web-1.0.pom



Related Tutorials