Download jodreports-2.4.0.jar file - Jar j

Jar examples for j:jodreports

Description

JODReports generates dynamic documents and reports based on the OpenDocument Format and FreeMarker.

You can download jar file jodreports 2.4.0 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add jodreports-2.4.0.jar to your project.

<dependency>
   <groupId>net.sf.jodreports</groupId>
   <artifactId>jodreports</artifactId>
   <version>2.4.0</version>
</dependency>
compile group: 'net.sf.jodreports', name: 'jodreports', version: '2.4.0'
libraryDependencies += "net.sf.jodreports" % "jodreports" % "2.4.0"
<dependency org="net.sf.jodreports" name="jodreports" rev="2.4.0"/>
@Grapes(@Grab(group='net.sf.jodreports', module='jodreports', version='2.4.0'))
'net.sf.jodreports:jodreports:jar:2.4.0'

Download

Click the following link to download the jar file.

jodreports-2.4.0-javadoc.jar
jodreports-2.4.0-sources.jar
jodreports-2.4.0.jar
jodreports-2.4.0.pom



Related Tutorials