MVN

org.jfree : org.jfree.chart3d.fx

Maven & Gradle

Jan 24, 2022
15 stars

Orson Charts FX · Orson Charts FX is an extension for Orson Charts that provides JavaFX support.

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>org.jfree.chart3d.fx</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.1

All Versions

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

Version Vulnerabilities Updated
2.1.x
org.jfree.chart3d.fx-2.1.1
2.1
org.jfree.chart3d.fx-2.1
2.0
org.jfree.chart3d.fx-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>org.jfree.chart3d.fx</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jfree:org.jfree.chart3d.fx:2.1.1'

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

implementation("org.jfree:org.jfree.chart3d.fx:2.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jfree" % "org.jfree.chart3d.fx" % "2.1.1"

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