Files download
File Operation
javafx3d-8.9.2.jar download
javafx3d-8.9.2.pom download
javafx3d-8.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoft.commons</groupId>
  <artifactId>javafx3d</artifactId>
  <version>8.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft.commons:javafx3d:8.9.2'
Gradle Kotlin
implementation("com.cedarsoft.commons:javafx3d:8.9.2")
Scala SBT
libraryDependencies += "com.cedarsoft.commons" % "javafx3d" % "8.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft.commons', module='javafx3d', version='8.9.2')
)
Apache Ivy
<dependency org="com.cedarsoft.commons" name="javafx3d" rev="8.9.2" />
Leiningen
[com.cedarsoft.commons/javafx3d "8.9.2"]
Apache Buildr
'com.cedarsoft.commons:javafx3d:jar:8.9.2'