Download glassfish-3.1-b39.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-b39 in this page.

License

Common Development and Distribution License v1.0

Build File

You can use the following script to add glassfish-3.1-b39.jar to your project.

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

Download

Click the following link to download the jar file.

glassfish-3.1-b39-sources.jar
glassfish-3.1-b39.pom



Related Tutorials