j

jcommon

Files download
File Operation
jcommon-0.9.6.jar download
jcommon-0.9.6.pom download
Apache Maven
<dependency>
  <groupId>jfree</groupId>
  <artifactId>jcommon</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'jfree:jcommon:0.9.6'
Gradle Kotlin
implementation("jfree:jcommon:0.9.6")
Scala SBT
libraryDependencies += "jfree" % "jcommon" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='jfree', module='jcommon', version='0.9.6')
)
Apache Ivy
<dependency org="jfree" name="jcommon" rev="0.9.6" />
Leiningen
[jfree/jcommon "0.9.6"]
Apache Buildr
'jfree:jcommon:jar:0.9.6'
Dependencies
The project has no third-party dependencies