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
文件下载
文件名 操作
sbjfx-lib-0.0.5.jar 下载
sbjfx-lib-0.0.5.pom 下载
sbjfx-lib-0.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.lustenauer</groupId>
  <artifactId>sbjfx-lib</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'net.lustenauer:sbjfx-lib:0.0.5'
Gradle Kotlin
implementation("net.lustenauer:sbjfx-lib:0.0.5")
Scala SBT
libraryDependencies += "net.lustenauer" % "sbjfx-lib" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='net.lustenauer', module='sbjfx-lib', version='0.0.5')
)
Apache Ivy
<dependency org="net.lustenauer" name="sbjfx-lib" rev="0.0.5" />
Leiningen
[net.lustenauer/sbjfx-lib "0.0.5"]
Apache Buildr
'net.lustenauer:sbjfx-lib:jar:0.0.5'