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