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