Download common-util-3.1-b22.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.1-b22 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-util-3.1-b22.jar to your project.

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

Download

Click the following link to download the jar file.

common-util-3.1-b22-sources.jar
common-util-3.1-b22.jar
common-util-3.1-b22.pom



Related Tutorials