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