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
文件下载
文件名 操作
jcommon-1.0.0.jar 下载
jcommon-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>jfree</groupId>
  <artifactId>jcommon</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'jfree:jcommon:1.0.0'
Gradle Kotlin
implementation("jfree:jcommon:1.0.0")
Scala SBT
libraryDependencies += "jfree" % "jcommon" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='jfree', module='jcommon', version='1.0.0')
)
Apache Ivy
<dependency org="jfree" name="jcommon" rev="1.0.0" />
Leiningen
[jfree/jcommon "1.0.0"]
Apache Buildr
'jfree:jcommon:jar:1.0.0'
本项目依赖

compile

|-- junit:junit:3.8