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