Download jcommon-0.9.6.jar file - Jar j

Jar examples for j:jcommon

Description

JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.

You can download jar file jcommon 0.9.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcommon-0.9.6.jar to your project.

<dependency>
   <groupId>jfree</groupId>
   <artifactId>jcommon</artifactId>
   <version>0.9.6</version>
</dependency>
compile group: 'jfree', name: 'jcommon', version: '0.9.6'
libraryDependencies += "jfree" % "jcommon" % "0.9.6"
<dependency org="jfree" name="jcommon" rev="0.9.6"/>
@Grapes(@Grab(group='jfree', module='jcommon', version='0.9.6'))
'jfree:jcommon:jar:0.9.6'

Download

Click the following link to download the jar file.

jcommon-0.9.6.jar
jcommon-0.9.6.pom



Related Tutorials