is not current version
Last Version 5.0.3

org.jfree:org.jfree.svg 4.1

A fast, lightweight Java library for creating SVG output.

GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

org.jfree.svg
Version

Version

4.1
Type

Type

jar

Download org.jfree.svg 4.1


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