Download javautil-3.0.jar file - Jar j

Jar examples for j:javautil

Description

JavaUtil is a utility library to speed the development of Java software. We developed it over multiple years during our internal development efforts, and it has reached a point of stability where we have decided to make it available to the outside world. The JavaUtil package aims to fill in the gaps of the Apache Commons and similar utility libraries out there. Features include convenience classes for string, collections, arrays, dates, iterators, colors, logging, unit testing, a little bit of basic statistics, database queries, caching and more.

You can download jar file javautil 3.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add javautil-3.0.jar to your project.

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

Download

Click the following link to download the jar file.

javautil-3.0-javadoc.jar
javautil-3.0-sources.jar
javautil-3.0.jar
javautil-3.0.pom



Related Tutorials