s

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