MVN

cn.jasonone.jfx : jfx-framework

Maven & Gradle

Feb 05, 2022

jfx-framework · JavaFx 简易开发框架

<dependency>
    <groupId>cn.jasonone.jfx</groupId>
    <artifactId>jfx-framework</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jasonone.jfx : jfx-framework to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of cn.jasonone.jfx : jfx-framework to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
jfx-framework-1.1.2
jfx-framework-1.1.1
jfx-framework-1.1.0
1.0.x
jfx-framework-1.0.9
jfx-framework-1.0.7
jfx-framework-1.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.jasonone.jfx</groupId>
    <artifactId>jfx-framework</artifactId>
    <version>1.1.2</version>
</dependency>

Advertisement