2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

Apache Onami Converters - All

The All module is a special module that contains all org.apache.onami.converters converters implementations.

Users that want to use the All module, have to add the following dependency in the pom.xml:

<dependency>
  <groupId>org.apache.onami.converters</groupId>
  <artifactId>org.apache.onami.converters.all</artifactId>
  <version>1.0.1-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>