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