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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

web-3.0-b30.pom



Related Tutorials