Download java-utils-1.3.3.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.3.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

java-utils-1.3.3-javadoc.jar
java-utils-1.3.3-sources.jar
java-utils-1.3.3.jar
java-utils-1.3.3.pom



Related Tutorials