Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 668 Bytes

It is a fork of ofcj2 (https://code.google.com/p/jofc2/)

Current build status: Build Status

Using Maven

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