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