Download cewolf-1.0.jar file - Jar c

Jar examples for c:cewolf

Description

Cewolf is a tag library for JfreeChart. JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.

You can download jar file cewolf 1.0 in this page.

License

GNU Lesser General Public License version 2.1 (LGPLv2.1)

Build File

You can use the following script to add cewolf-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

cewolf-1.0-sources.jar
cewolf-1.0.jar
cewolf-1.0.pom



Related Tutorials