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.6.jar download
jcommon-1.0.6.pom download
jcommon-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>jfree</groupId>
  <artifactId>jcommon</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'jfree:jcommon:1.0.6'
Gradle Kotlin
implementation("jfree:jcommon:1.0.6")
Scala SBT
libraryDependencies += "jfree" % "jcommon" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='jfree', module='jcommon', version='1.0.6')
)
Apache Ivy
<dependency org="jfree" name="jcommon" rev="1.0.6" />
Leiningen
[jfree/jcommon "1.0.6"]
Apache Buildr
'jfree:jcommon:jar:1.0.6'
Dependencies