Fixedformat4j is available in one of two ways:
You can see fixedformat4j's dependencies here .
<dependency>
<groupId>com.ancientprogramming.fixedformat4j</groupId>
<artifactId>fixedformat4j</artifactId>
<version>1.2.2</version>
</dependency>
I will submit an upload request to the maven ibiblio repository after each release. Unfortunately it can take som time to process such an upload request and that is why I have created a public maven repository where the latest fixedformat4j releases can be found.
Just add the following to your pom.xml and you will always have access to the latest fixedformat4j versions!
<repositories>
...
<repository>
<id>fixedformat4j-repo</id>
<url>http://maven.ancientprogramming.com/repository</url>
</repository>
...
</repositories>