Download glassfish-grizzly-5.0.jar file - Jar g

Jar examples for g:glassfish-grizzly

Description

This pom describes how to assemble the Glassfish Grizzly package

You can download jar file glassfish-grizzly 5.0 in this page.

License

Open Source License

Build File

You can use the following script to add glassfish-grizzly-5.0.jar to your project.

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

Download

Click the following link to download the jar file.

glassfish-grizzly-5.0.pom



Related Tutorials