Download javafx-3.0.0.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.0.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

javafx-3.0.0-javadoc.jar
javafx-3.0.0-sources.jar
javafx-3.0.0.jar
javafx-3.0.0.pom



Related Tutorials