MVN

org.jfree : fxgraphics2d

Maven & Gradle

Feb 08, 2019
16 usages
204 stars

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

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>fxgraphics2d</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfree : fxgraphics2d to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of org.jfree : fxgraphics2d to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
fxgraphics2d-1.8
1.7
fxgraphics2d-1.7
1.6
fxgraphics2d-1.6
1.5
fxgraphics2d-1.5
1.3
fxgraphics2d-1.3
1.2.x
fxgraphics2d-1.2.1
1.2
fxgraphics2d-1.2
1.1
fxgraphics2d-1.1

How to add a dependency to Maven

Add the following org.jfree : fxgraphics2d maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>fxgraphics2d</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jfree : fxgraphics2d gradle dependency to your build.gradle file:

implementation 'org.jfree:fxgraphics2d:1.8'

Gradle Kotlin DSL: Add the following org.jfree : fxgraphics2d gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jfree:fxgraphics2d:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jfree : fxgraphics2d sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jfree" % "fxgraphics2d" % "1.8"

Advertisement

Dependencies from Group

Jan 08, 2023
313 usages
1.1k stars
Feb 18, 2017
73 usages
25 stars
Jun 11, 2022
39 usages
302 stars
Feb 08, 2019
16 usages
204 stars
Dec 30, 2017
8 usages
105 stars

Discover Dependencies

Aug 02, 2023
38 usages
12k stars
Oct 26, 2020
6 usages
187 stars
Aug 14, 2017
11 usages
0 stars
May 17, 2013
15 usages
Dec 05, 2016
10 usages
Jun 28, 2023
66 usages
2.1k stars
May 28, 2020
6 usages
Oct 29, 2020
16 usages
Oct 13, 2021
33 usages
116 stars