Download utilsj-1.0.2.jar file - Jar u

Jar examples for u:utilsj

Description

Various Java utility classes including transactional collections, collection helpers, synchronisation utilities, thread utilities and build utilities classes.

You can download jar file utilsj 1.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add utilsj-1.0.2.jar to your project.

<dependency>
   <groupId>com.workplacesystems.utilsj</groupId>
   <artifactId>utilsj</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.workplacesystems.utilsj', name: 'utilsj', version: '1.0.2'
libraryDependencies += "com.workplacesystems.utilsj" % "utilsj" % "1.0.2"
<dependency org="com.workplacesystems.utilsj" name="utilsj" rev="1.0.2"/>
@Grapes(@Grab(group='com.workplacesystems.utilsj', module='utilsj', version='1.0.2'))
'com.workplacesystems.utilsj:utilsj:jar:1.0.2'

Download

Click the following link to download the jar file.

utilsj-1.0.2-javadoc.jar
utilsj-1.0.2-sources.jar
utilsj-1.0.2.jar
utilsj-1.0.2.pom



Related Tutorials