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