Categories |
CategoriesJavaFX User Interface |
---|---|
GroupId | GroupIdorg.openjfx |
ArtifactId | ArtifactIdjavafx-fxml |
Version | Version13-ea+7 |
Type | Typejar |
Filename | Size |
---|---|
javafx-fxml-13-ea+7.pom | |
javafx-fxml-13-ea+7.jar | 302 bytes |
javafx-fxml-13-ea+7-win.jar | 122 KB |
javafx-fxml-13-ea+7-sources.jar | 96 KB |
javafx-fxml-13-ea+7-mac.jar | 122 KB |
javafx-fxml-13-ea+7-linux.jar | 122 KB |
javafx-fxml-13-ea+7-javadoc.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjfx/javafx-fxml/ -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>13-ea+7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjfx/javafx-fxml/
implementation 'org.openjfx:javafx-fxml:13-ea+7'
// https://jarcasting.com/artifacts/org.openjfx/javafx-fxml/
implementation ("org.openjfx:javafx-fxml:13-ea+7")
'org.openjfx:javafx-fxml:jar:13-ea+7'
<dependency org="org.openjfx" name="javafx-fxml" rev="13-ea+7">
<artifact name="javafx-fxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjfx', module='javafx-fxml', version='13-ea+7')
)
libraryDependencies += "org.openjfx" % "javafx-fxml" % "13-ea+7"
[org.openjfx/javafx-fxml "13-ea+7"]