Ostermiller Java Utilities.
Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors..
Here is the list of declaration for utils. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ostermiller</groupId> <artifactId>utils</artifactId> <version>1.07.00</version> </dependency>
If you think this Maven repository POM file listing for utils is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU General Public License, version 2
URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
The following packages are defined in the utils-1.07.00.jar
com.Ostermiller.util
Here is the content of the POM file.
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ostermiller</groupId>
<artifactId>utils</artifactId>
<version>1.07.00</version>
<packaging>jar</packaging>
<name>Ostermiller Java Utilities</name>
<url>http://ostermiller.org/utils/</url>
<description>Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors.</description>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>