Download glassfish-3.1.1-b10.jar file - Jar g

Jar examples for g:glassfish

Description

This pom describes how to assemble the GlassFish v3 GlassFish Distribution

You can download jar file glassfish 3.1.1-b10 in this page.

License

Common Development and Distribution License v1.0

Build File

You can use the following script to add glassfish-3.1.1-b10.jar to your project.

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

Download

Click the following link to download the jar file.

glassfish-3.1.1-b10-sources.jar
glassfish-3.1.1-b10.jar
glassfish-3.1.1-b10.pom



Related Tutorials