Download javafx-3.1.7.jar file - Jar j

Jar examples for j:javafx

Description

A packaging of the IntelliJ Community Edition javaFX library. This is release number 1 of trunk branch 142.

You can download jar file javafx 3.1.7 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add javafx-3.1.7.jar to your project.

<dependency>
   <groupId>org.diirt.javafx</groupId>
   <artifactId>javafx</artifactId>
   <version>3.1.7</version>
</dependency>
compile group: 'org.diirt.javafx', name: 'javafx', version: '3.1.7'
libraryDependencies += "org.diirt.javafx" % "javafx" % "3.1.7"
<dependency org="org.diirt.javafx" name="javafx" rev="3.1.7"/>
@Grapes(@Grab(group='org.diirt.javafx', module='javafx', version='3.1.7'))
'org.diirt.javafx:javafx:jar:3.1.7'

Download

Click the following link to download the jar file.

javafx-3.1.7-javadoc.jar
javafx-3.1.7-sources.jar
javafx-3.1.7.jar
javafx-3.1.7.pom



Related Tutorials