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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials