j

jcommon

JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.
http://www.jfree.org/jcommon/
GNU Lesser General Public Licence
JFree.org
Files download
File Operation
jcommon-1.0.12.jar download
jcommon-1.0.12.pom download
jcommon-1.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>jfree</groupId>
  <artifactId>jcommon</artifactId>
  <version>1.0.12</version>
</dependency>
Gradle Groovy
implementation 'jfree:jcommon:1.0.12'
Gradle Kotlin
implementation("jfree:jcommon:1.0.12")
Scala SBT
libraryDependencies += "jfree" % "jcommon" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='jfree', module='jcommon', version='1.0.12')
)
Apache Ivy
<dependency org="jfree" name="jcommon" rev="1.0.12" />
Leiningen
[jfree/jcommon "1.0.12"]
Apache Buildr
'jfree:jcommon:jar:1.0.12'
Dependencies