Download utils-2.1.0.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 2.1.0 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-2.1.0.jar to your project.

<dependency>
   <groupId>de.fau.cs.osr.utils</groupId>
   <artifactId>utils</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'de.fau.cs.osr.utils', name: 'utils', version: '2.1.0'
libraryDependencies += "de.fau.cs.osr.utils" % "utils" % "2.1.0"
<dependency org="de.fau.cs.osr.utils" name="utils" rev="2.1.0"/>
@Grapes(@Grab(group='de.fau.cs.osr.utils', module='utils', version='2.1.0'))
'de.fau.cs.osr.utils:utils:jar:2.1.0'

Download

Click the following link to download the jar file.

utils-2.1.0.pom



Related Tutorials