o

org.jfree.chart3d

Orson Charts is a 3D chart library for the Java platform.
http://www.object-refinery.com/orsoncharts
GNU General Public License (GPL)
David Gilbert
Files download
File Operation
org.jfree.chart3d-2.0.jar download
org.jfree.chart3d-2.0.pom download
org.jfree.chart3d-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jfree</groupId>
  <artifactId>org.jfree.chart3d</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.jfree:org.jfree.chart3d:2.0'
Gradle Kotlin
implementation("org.jfree:org.jfree.chart3d:2.0")
Scala SBT
libraryDependencies += "org.jfree" % "org.jfree.chart3d" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jfree', module='org.jfree.chart3d', version='2.0')
)
Apache Ivy
<dependency org="org.jfree" name="org.jfree.chart3d" rev="2.0" />
Leiningen
[org.jfree/org.jfree.chart3d "2.0"]
Apache Buildr
'org.jfree:org.jfree.chart3d:jar:2.0'
Dependencies