Download util-0-RELEASE.jar file - Jar u

Jar examples for u:util

Description

AgroSense utility module, contains a variety of utility classes. Swing specific utility classes can be found in the util-swing module

You can download jar file util 0-RELEASE in this page.

License

The GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add util-0-RELEASE.jar to your project.

<dependency>
   <groupId>com.github.gkutiel</groupId>
   <artifactId>util</artifactId>
   <version>0-RELEASE</version>
</dependency>
compile group: 'com.github.gkutiel', name: 'util', version: '0-RELEASE'
libraryDependencies += "com.github.gkutiel" % "util" % "0-RELEASE"
<dependency org="com.github.gkutiel" name="util" rev="0-RELEASE"/>
@Grapes(@Grab(group='com.github.gkutiel', module='util', version='0-RELEASE'))
'com.github.gkutiel:util:jar:0-RELEASE'

Download

Click the following link to download the jar file.

util-0-RELEASE-javadoc.jar
util-0-RELEASE-sources.jar
util-0-RELEASE.jar
util-0-RELEASE.pom



Related Tutorials