| Categories | CategoriesJavaFX User Interface | 
|---|---|
| GroupId | GroupIdorg.openjfx | 
| ArtifactId | ArtifactIdjavafx-base | 
| Version | Version17-ea+2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| javafx-base-17-ea+2.pom | |
| javafx-base-17-ea+2.jar | 302 bytes | 
| javafx-base-17-ea+2-win.jar | 727 KB | 
| javafx-base-17-ea+2-sources.jar | 572 KB | 
| javafx-base-17-ea+2-mac.jar | 727 KB | 
| javafx-base-17-ea+2-linux.jar | 727 KB | 
| javafx-base-17-ea+2-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+2</version>
</dependency>// https://jarcasting.com/artifacts/org.openjfx/javafx-base/
implementation 'org.openjfx:javafx-base:17-ea+2'// https://jarcasting.com/artifacts/org.openjfx/javafx-base/
implementation ("org.openjfx:javafx-base:17-ea+2")'org.openjfx:javafx-base:jar:17-ea+2'<dependency org="org.openjfx" name="javafx-base" rev="17-ea+2">
  <artifact name="javafx-base" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openjfx', module='javafx-base', version='17-ea+2')
)libraryDependencies += "org.openjfx" % "javafx-base" % "17-ea+2"[org.openjfx/javafx-base "17-ea+2"]