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