Download jcommon-1.0.0-rc1.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 1.0.0-rc1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jcommon-1.0.0-rc1.jar
jcommon-1.0.0-rc1.pom



Related Tutorials