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