MVN

net.lustenauer : sbjfx-lib

Maven & Gradle

Dec 04, 2022
1 stars

SBJFX · This is a port of the library springboot-java-fx-support by Felix Roske to Kotlin and JAVAFX11. Information on the original can be found at https://github.com/roskenet/springboot-javafx-support

<dependency>
    <groupId>net.lustenauer</groupId>
    <artifactId>sbjfx-lib</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lustenauer : sbjfx-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of net.lustenauer : sbjfx-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
sbjfx-lib-0.0.4
sbjfx-lib-0.0.3

How to add a dependency to Maven

Add the following net.lustenauer : sbjfx-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.lustenauer</groupId>
    <artifactId>sbjfx-lib</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.lustenauer : sbjfx-lib gradle dependency to your build.gradle file:

implementation 'net.lustenauer:sbjfx-lib:0.0.4'

Gradle Kotlin DSL: Add the following net.lustenauer : sbjfx-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("net.lustenauer:sbjfx-lib:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.lustenauer : sbjfx-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "net.lustenauer" % "sbjfx-lib" % "0.0.4"

Advertisement