Download glassfish-3.0.1-b18.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.0.1-b18 in this page.

License

Common Development and Distribution License v1.0

Build File

You can use the following script to add glassfish-3.0.1-b18.jar to your project.

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

Download

Click the following link to download the jar file.

glassfish-3.0.1-b18-sources.jar
glassfish-3.0.1-b18.pom



Related Tutorials