It is a fork of ofcj2 (https://code.google.com/p/jofc2/)
In your pom.xml you must define the dependencies to Jofc2 artifacts with:
<dependency>
<groupId>ro.nextreports</groupId>
<artifactId>jofc2</artifactId>
<version>${jofc2.version}</version>
</dependency>
where ${jofc2.version} is the last jofc2 version.
You may want to check for the latest released version using Maven Search