MVN

com.unclezs : jfx-launcher

Maven & Gradle

May 12, 2022
7 stars

openjfx launcher · openjfx launcher

<dependency>
    <groupId>com.unclezs</groupId>
    <artifactId>jfx-launcher</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unclezs : jfx-launcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.unclezs : jfx-launcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jfx-launcher-1.1.11
jfx-launcher-1.1.10
jfx-launcher-1.1.9
jfx-launcher-1.1.8
jfx-launcher-1.1.7
jfx-launcher-1.1.5
jfx-launcher-1.1.4
jfx-launcher-1.1.3
jfx-launcher-1.1.2
jfx-launcher-1.1.1
jfx-launcher-1.1.0
1.0.x
jfx-launcher-1.0.9

How to add a dependency to Maven

Add the following com.unclezs : jfx-launcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.unclezs</groupId>
    <artifactId>jfx-launcher</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unclezs : jfx-launcher gradle dependency to your build.gradle file:

implementation 'com.unclezs:jfx-launcher:1.1.11'

Gradle Kotlin DSL: Add the following com.unclezs : jfx-launcher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unclezs:jfx-launcher:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unclezs : jfx-launcher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unclezs" % "jfx-launcher" % "1.1.11"

Advertisement