is not current version
Last Version 1.0.16

jfree:jcommon 1.0.12

JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.

GroupId

GroupId

jfree
ArtifactId

ArtifactId

jcommon
Version

Version

1.0.12
Type

Type

jar

Download jcommon 1.0.12


<!-- https://jarcasting.com/artifacts/jfree/jcommon/ -->
<dependency>
    <groupId>jfree</groupId>
    <artifactId>jcommon</artifactId>
    <version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/jfree/jcommon/
implementation 'jfree:jcommon:1.0.12'
// https://jarcasting.com/artifacts/jfree/jcommon/
implementation ("jfree:jcommon:1.0.12")
'jfree:jcommon:jar:1.0.12'
<dependency org="jfree" name="jcommon" rev="1.0.12">
  <artifact name="jcommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='jfree', module='jcommon', version='1.0.12')
)
libraryDependencies += "jfree" % "jcommon" % "1.0.12"
[jfree/jcommon "1.0.12"]