The Format module contains java.text.XXXFormat converters implementations.
Users that want to use the Format module, have to add the following dependency in the pom.xml:
<dependency> <groupId>org.apache.onami.converters</groupId> <artifactId>org.apache.onami.converters.format</artifactId> <version>1.0.1-SNAPSHOT</version> <scope>compile</scope> </dependency>