is not current version
Last Version 1.8

org.jfree:fxgraphics2d 1.3


GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

fxgraphics2d
Version

Version

1.3
Type

Type

jar

Download fxgraphics2d 1.3


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