is not current version
Last Version 1.2.4-java7

cewolf:cewolf 1.0

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.

GroupId

GroupId

cewolf
ArtifactId

ArtifactId

cewolf
Version

Version

1.0
Type

Type

jar

Download cewolf 1.0


<!-- https://jarcasting.com/artifacts/cewolf/cewolf/ -->
<dependency>
    <groupId>cewolf</groupId>
    <artifactId>cewolf</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cewolf/cewolf/
implementation 'cewolf:cewolf:1.0'
// https://jarcasting.com/artifacts/cewolf/cewolf/
implementation ("cewolf:cewolf:1.0")
'cewolf:cewolf:jar:1.0'
<dependency org="cewolf" name="cewolf" rev="1.0">
  <artifact name="cewolf" type="jar" />
</dependency>
@Grapes(
@Grab(group='cewolf', module='cewolf', version='1.0')
)
libraryDependencies += "cewolf" % "cewolf" % "1.0"
[cewolf "1.0"]