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