Download glassfish-web-4.1.1.jar file - Jar g

Jar examples for g:glassfish-web

Description

This pom describes how to assemble the GlassFish Web Container package

You can download jar file glassfish-web 4.1.1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

glassfish-web-4.1.1-sources.jar
glassfish-web-4.1.1.pom



Related Tutorials