| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jodreports |
| ArtifactId | ArtifactIdjodreports |
| Last Version | Last Version2.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJODReports
JODReports generates dynamic documents and reports based on the
OpenDocument Format and FreeMarker.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jodreports-2.4.0.pom | |
| jodreports-2.4.0.jar | 43 KB |
| jodreports-2.4.0-sources.jar | 28 KB |
| jodreports-2.4.0-javadoc.jar | 168 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jodreports/jodreports/ -->
<dependency>
<groupId>net.sf.jodreports</groupId>
<artifactId>jodreports</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jodreports/jodreports/
implementation 'net.sf.jodreports:jodreports:2.4.0'
// https://jarcasting.com/artifacts/net.sf.jodreports/jodreports/
implementation ("net.sf.jodreports:jodreports:2.4.0")
'net.sf.jodreports:jodreports:jar:2.4.0'
<dependency org="net.sf.jodreports" name="jodreports" rev="2.4.0">
<artifact name="jodreports" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jodreports', module='jodreports', version='2.4.0')
)
libraryDependencies += "net.sf.jodreports" % "jodreports" % "2.4.0"
[net.sf.jodreports/jodreports "2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| commons-io : commons-io | jar | 1.4 |
| org.freemarker : freemarker | jar | 2.3.16 |
| xom : xom | jar | 1.2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| org.slf4j : slf4j-jdk14 | jar | 1.6.1 |