is not current version
Last Version 1.8

org.jfree:fxgraphics2d 1.2.1


GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

fxgraphics2d
Version

Version

1.2.1
Type

Type

jar

Download fxgraphics2d 1.2.1


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