is not current version
Last Version 1.0.16

jfree:jcommon 1.0.0-pre2

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.0-pre2
Type

Type

jar

Download jcommon 1.0.0-pre2


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