Maven Repository - POM file for Library utils 1.07.00 1.07.00

Summary

Ostermiller Java Utilities.

Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors..

Declaration

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.

License

Name:GNU General Public License, version 2
URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.





Packages

The following packages are defined in the utils-1.07.00.jar

com.Ostermiller.util

POM File Source

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>