b

boot-fx

A presentation provider to show JavaFX WebView when a Java/HTML based application is about to boot.
http://maven.apache.org
文件下载
文件名 操作
boot-fx-0.6.jar 下载
boot-fx-0.6.pom 下载
boot-fx-0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apidesign.html</groupId>
  <artifactId>boot-fx</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'org.apidesign.html:boot-fx:0.6'
Gradle Kotlin
implementation("org.apidesign.html:boot-fx:0.6")
Scala SBT
libraryDependencies += "org.apidesign.html" % "boot-fx" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apidesign.html', module='boot-fx', version='0.6')
)
Apache Ivy
<dependency org="org.apidesign.html" name="boot-fx" rev="0.6" />
Leiningen
[org.apidesign.html/boot-fx "0.6"]
Apache Buildr
'org.apidesign.html:boot-fx:jar:0.6'