Download java-utils-1.1.0.jar file - Jar j

Jar examples for j:java-utils

Description

A collection of utils commonly used in my projects. Feel free to use it (or parts of it) in your own projects.

You can download jar file java-utils 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-utils-1.1.0.jar to your project.

<dependency>
   <groupId>com.emsoft</groupId>
   <artifactId>java-utils</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.emsoft', name: 'java-utils', version: '1.1.0'
libraryDependencies += "com.emsoft" % "java-utils" % "1.1.0"
<dependency org="com.emsoft" name="java-utils" rev="1.1.0"/>
@Grapes(@Grab(group='com.emsoft', module='java-utils', version='1.1.0'))
'com.emsoft:java-utils:jar:1.1.0'

Download

Click the following link to download the jar file.

java-utils-1.1.0-javadoc.jar
java-utils-1.1.0-sources.jar
java-utils-1.1.0-tests.jar
java-utils-1.1.0.jar
java-utils-1.1.0.pom



Related Tutorials