Download utils-1.0.2.jar file - Jar u

Jar examples for u:utils

Description

the Utils project is a general utils base on jdk 1.8 for java developer

You can download jar file utils 1.0.2 in this page.

License

GNU General Public License; either version 2 of the License, or (at your option) any later version

Build File

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

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

Download

Click the following link to download the jar file.

utils-1.0.2.pom



Related Tutorials