Jar examples for j:javautil
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 1.0.4 in this page.
Apache License, Version 2.0
You can use the following script to add javautil-1.0.4.jar to your project.
<dependency> <groupId>net.pwall.util</groupId> <artifactId>javautil</artifactId> <version>1.0.4</version> </dependency>
compile group: 'net.pwall.util', name: 'javautil', version: '1.0.4'
libraryDependencies += "net.pwall.util" % "javautil" % "1.0.4"
<dependency org="net.pwall.util" name="javautil" rev="1.0.4"/>
@Grapes(@Grab(group='net.pwall.util', module='javautil', version='1.0.4'))
'net.pwall.util:javautil:jar:1.0.4'
Click the following link to download the jar file.
javautil-1.0.4-javadoc.jar