Openutils

Openutils is a collection of small java libraries, utilities and extensions for common frameworks and tools used in j2ee projects.

Most of the code comes from projects developed at

openmind

http://www.openmindonline.it

Distribution

Openutils releases are available in the main maven2 repository.

Snapshots versions are available in separate repository hosted at sourceforge: add the following repository to your pom if you need to download openutils snapshots

  <repositories>
    <repository>
      <id>snapshots.openutils.sourceforge.net</id>
      <name>openutils snapshot repository</name>
      <url>http://openutils.sourceforge.net/repository/snapshots/</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>