s

sbjfx-lib

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
https://github.com/incluedu/sbjfx
MIT License
Patric Hollenstein
Files download
File Operation
sbjfx-lib-0.0.7.jar download
sbjfx-lib-0.0.7.pom download
sbjfx-lib-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>net.lustenauer</groupId>
  <artifactId>sbjfx-lib</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'net.lustenauer:sbjfx-lib:0.0.7'
Gradle Kotlin
implementation("net.lustenauer:sbjfx-lib:0.0.7")
Scala SBT
libraryDependencies += "net.lustenauer" % "sbjfx-lib" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='net.lustenauer', module='sbjfx-lib', version='0.0.7')
)
Apache Ivy
<dependency org="net.lustenauer" name="sbjfx-lib" rev="0.0.7" />
Leiningen
[net.lustenauer/sbjfx-lib "0.0.7"]
Apache Buildr
'net.lustenauer:sbjfx-lib:jar:0.0.7'