MVN

org.jfree : org.jfree.fxgraphics2d

Maven & Gradle

Feb 12, 2023
2 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>org.jfree.fxgraphics2d</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.4

All Versions

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

Version Vulnerabilities Updated
2.1.x
org.jfree.fxgraphics2d-2.1.4
org.jfree.fxgraphics2d-2.1.3
org.jfree.fxgraphics2d-2.1.2
org.jfree.fxgraphics2d-2.1.1
2.1
org.jfree.fxgraphics2d-2.1
2.0
org.jfree.fxgraphics2d-2.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.jfree:org.jfree.fxgraphics2d:2.1.4'

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

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

How to add a dependency to SBT Scala

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

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

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

Apr 11, 2020
2 usages
150 stars
May 15, 2021
4 usages
18 stars
Sep 29, 2021
3 usages
23 stars
Jan 14, 2015
2 usages
21 stars
Feb 09, 2022
6 usages
442 stars
Aug 23, 2016
4 usages
40 stars