License |
License |
---|---|
GroupId | GroupIdjfree |
ArtifactId | ArtifactIdjfreereport-ext |
Last Version | Last Version0.8.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFreeReport Extensions
The classes in this subproject extend JFreeReport with additional
functionality. The Maven distribution only contains the jfreereport-0.8.5-all.jar;
for a modular build grab the complete distribution from SourceForge.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jfreereport-ext-0.8.6.pom | |
jfreereport-ext-0.8.6.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jfree/jfreereport-ext/ -->
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreereport-ext</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/jfree/jfreereport-ext/
implementation 'jfree:jfreereport-ext:0.8.6'
// https://jarcasting.com/artifacts/jfree/jfreereport-ext/
implementation ("jfree:jfreereport-ext:0.8.6")
'jfree:jfreereport-ext:jar:0.8.6'
<dependency org="jfree" name="jfreereport-ext" rev="0.8.6">
<artifact name="jfreereport-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='jfree', module='jfreereport-ext', version='0.8.6')
)
libraryDependencies += "jfree" % "jfreereport-ext" % "0.8.6"
[jfree/jfreereport-ext "0.8.6"]
Group / Artifact | Type | Version |
---|---|---|
jfree : jfreereport | jar | 0.8.6 |
jfree : jfreechart | jar | @JFREECHART.VERSION@ |
junit : junit | jar | 3.7 |
log4j : log4j | jar | 1.2.8 |