MVN

org.jfxcore : javafx

Maven & Gradle

Jul 21, 2022

jfxcore · JFXcore

<dependency>
    <groupId>org.jfxcore</groupId>
    <artifactId>javafx</artifactId>
    <version>18-ea+1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfxcore : javafx to add to Maven - Latest Versions:

  • Latest Stable: 18-ea+1

All Versions

Choose a version of org.jfxcore : javafx to add to Maven - All Versions:

Version Vulnerabilities Updated
18
javafx-18-ea+1
javafx-18-ea+0
15
javafx-15-ea+1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jfxcore</groupId>
    <artifactId>javafx</artifactId>
    <version>18-ea+1</version>
</dependency>