Download common-util-3.0-b39.jar file - Jar c

Jar examples for c:common-util

Description

Common Java Utils for every framework

You can download jar file common-util 3.0-b39 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-util-3.0-b39.jar to your project.

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

Download

Click the following link to download the jar file.

common-util-3.0-b39-sources.jar
common-util-3.0-b39.jar
common-util-3.0-b39.pom



Related Tutorials