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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials