Download web-3.0-b53.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 3.0-b53 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

web-3.0-b53.pom



Related Tutorials