License |
License |
---|---|
Categories |
CategoriesJavaFX User Interface |
GroupId | GroupIdorg.openjfx |
ArtifactId | ArtifactIdjavafx-fxml |
Last Version | Last Version19-ea+8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenJFX JavaFX
|
Filename | Size |
---|---|
javafx-fxml-19-ea+8.pom | |
javafx-fxml-19-ea+8.jar | 302 bytes |
javafx-fxml-19-ea+8-win.jar | 125 KB |
javafx-fxml-19-ea+8-sources.jar | 97 KB |
javafx-fxml-19-ea+8-mac.jar | 125 KB |
javafx-fxml-19-ea+8-linux.jar | 125 KB |
javafx-fxml-19-ea+8-javadoc.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjfx/javafx-fxml/ -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>19-ea+8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjfx/javafx-fxml/
implementation 'org.openjfx:javafx-fxml:19-ea+8'
// https://jarcasting.com/artifacts/org.openjfx/javafx-fxml/
implementation ("org.openjfx:javafx-fxml:19-ea+8")
'org.openjfx:javafx-fxml:jar:19-ea+8'
<dependency org="org.openjfx" name="javafx-fxml" rev="19-ea+8">
<artifact name="javafx-fxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjfx', module='javafx-fxml', version='19-ea+8')
)
libraryDependencies += "org.openjfx" % "javafx-fxml" % "19-ea+8"
[org.openjfx/javafx-fxml "19-ea+8"]
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx-fxml | jar | 19-ea+8 |
org.openjfx : javafx-controls | jar | 19-ea+8 |