Download DynamicJasper-3.0.9.jar file - Jar d

Jar examples for d:DynamicJasper

Description

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. DJ keeps full compatibility with Jasper Reports since it's a tool that helps create reports programmatically in a easy way (it only interferes with the creation of the report design doing the layout of the elements). You can use the classic .jrxml files as templates while the content and layout of the report elements are handled by the DJ API. http://dynamicjasper.com

You can download jar file DynamicJasper 3.0.9 in this page.

License

GNU Library or Lesser General Public License (LGPL)

Build File

You can use the following script to add DynamicJasper-3.0.9.jar to your project.

<dependency>
   <groupId>ar.com.fdvs</groupId>
   <artifactId>DynamicJasper</artifactId>
   <version>3.0.9</version>
</dependency>
compile group: 'ar.com.fdvs', name: 'DynamicJasper', version: '3.0.9'
libraryDependencies += "ar.com.fdvs" % "DynamicJasper" % "3.0.9"
<dependency org="ar.com.fdvs" name="DynamicJasper" rev="3.0.9"/>
@Grapes(@Grab(group='ar.com.fdvs', module='DynamicJasper', version='3.0.9'))
'ar.com.fdvs:DynamicJasper:jar:3.0.9'

Download

Click the following link to download the jar file.

DynamicJasper-3.0.9.jar
DynamicJasper-3.0.9-javadoc.jar
DynamicJasper-3.0.9.pom
DynamicJasper-3.0.9-sources.jar



Related Tutorials