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