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

License

Common Development and Distribution License v1.0

Build File

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

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

Download

Click the following link to download the jar file.

glassfish-3.1-b35-sources.jar
glassfish-3.1-b35.pom



Related Tutorials