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.
http://cewolf.sourceforge.net
Files download
File Operation
cewolf-1.0.jar download
cewolf-1.0.pom download
cewolf-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cewolf</groupId>
  <artifactId>cewolf</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'cewolf:cewolf:1.0'
Gradle Kotlin
implementation("cewolf:cewolf:1.0")
Scala SBT
libraryDependencies += "cewolf" % "cewolf" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='cewolf', module='cewolf', version='1.0')
)
Apache Ivy
<dependency org="cewolf" name="cewolf" rev="1.0" />
Leiningen
[cewolf/cewolf "1.0"]
Apache Buildr
'cewolf:cewolf:jar:1.0'