is not current version
Last Version 1.8

org.jfree:fxgraphics2d 1.6

FXGraphics2D is an API that provides a Graphics2D implementation that targets the JavaFX Canvas. This allows existing Java2D code to be reused with JavaFX.

GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

fxgraphics2d
Version

Version

1.6
Type

Type

jar

Download fxgraphics2d 1.6


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