Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apidesign.html |
ArtifactId | ArtifactIdboot-fx |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
boot-fx-0.4.pom | |
boot-fx-0.4.jar | 15 KB |
boot-fx-0.4-sources.jar | 4 KB |
boot-fx-0.4-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apidesign.html/boot-fx/ -->
<dependency>
<groupId>org.apidesign.html</groupId>
<artifactId>boot-fx</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.html/boot-fx/
implementation 'org.apidesign.html:boot-fx:0.4'
// https://jarcasting.com/artifacts/org.apidesign.html/boot-fx/
implementation ("org.apidesign.html:boot-fx:0.4")
'org.apidesign.html:boot-fx:jar:0.4'
<dependency org="org.apidesign.html" name="boot-fx" rev="0.4">
<artifact name="boot-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.html', module='boot-fx', version='0.4')
)
libraryDependencies += "org.apidesign.html" % "boot-fx" % "0.4"
[org.apidesign.html/boot-fx "0.4"]