MVN

org.jfxtras : parent

Maven & Gradle

Aug 05, 2010

JFXtras Parent · The parent pom for the JFXtras project

<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>parent</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfxtras : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.jfxtras : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
parent-1.3.1
1.0.x
parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>parent</artifactId>
    <version>1.3.1</version>
</dependency>