Download util-1.0.6.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 1.0.6 in this page.

License

The GNU Lesser General Public License, Version 3.0

Build File

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

<dependency>
   <groupId>nl.cloudfarming.client</groupId>
   <artifactId>util</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'nl.cloudfarming.client', name: 'util', version: '1.0.6'
libraryDependencies += "nl.cloudfarming.client" % "util" % "1.0.6"
<dependency org="nl.cloudfarming.client" name="util" rev="1.0.6"/>
@Grapes(@Grab(group='nl.cloudfarming.client', module='util', version='1.0.6'))
'nl.cloudfarming.client:util:jar:1.0.6'

Download

Click the following link to download the jar file.

util-1.0.6-javadoc.jar
util-1.0.6-sources.jar
util-1.0.6.jar
util-1.0.6.pom



Related Tutorials