MVN

io.github.sgpublic : JxProject

Maven & Gradle

Sep 18, 2020
1 stars

JxProject · JavaFX Extra Project,一个开源的JavaFX工程管理框架,能帮助你更清晰的管理你的JavaFX工程,并扩展支持了更多特性。

<dependency>
    <groupId>io.github.sgpublic</groupId>
    <artifactId>JxProject</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sgpublic : JxProject to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of io.github.sgpublic : JxProject to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
JxProject-0.2.6
JxProject-0.2.5
JxProject-0.2.4
JxProject-0.2.3
JxProject-0.2.2
JxProject-0.2.1
JxProject-0.2.0
0.1.x
JxProject-0.1.8
JxProject-0.1.7
JxProject-0.1.5
JxProject-0.1.4
JxProject-0.1.1
JxProject-0.1.0
0.0.x
JxProject-0.0.1
JxProject-0.0.0

How to add a dependency to Maven

Add the following io.github.sgpublic : JxProject maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sgpublic</groupId>
    <artifactId>JxProject</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sgpublic : JxProject gradle dependency to your build.gradle file:

implementation 'io.github.sgpublic:JxProject:0.2.6'

Gradle Kotlin DSL: Add the following io.github.sgpublic : JxProject gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sgpublic:JxProject:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sgpublic : JxProject sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sgpublic" % "JxProject" % "0.2.6"