Jar examples for c:cewolf
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.
GNU Lesser General Public License version 2.1 (LGPLv2.1)
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'
Click the following link to download the jar file.
cewolf-1.0-sources.jar