GroupId | GroupIdorg.webswing |
---|---|
ArtifactId | ArtifactIdwebswing-app-toolkit-fx |
Version | Version20.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webswing/webswing-app-toolkit-fx/ -->
<dependency>
<groupId>org.webswing</groupId>
<artifactId>webswing-app-toolkit-fx</artifactId>
<version>20.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-app-toolkit-fx/
implementation 'org.webswing:webswing-app-toolkit-fx:20.1.3'
// https://jarcasting.com/artifacts/org.webswing/webswing-app-toolkit-fx/
implementation ("org.webswing:webswing-app-toolkit-fx:20.1.3")
'org.webswing:webswing-app-toolkit-fx:jar:20.1.3'
<dependency org="org.webswing" name="webswing-app-toolkit-fx" rev="20.1.3">
<artifact name="webswing-app-toolkit-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-app-toolkit-fx', version='20.1.3')
)
libraryDependencies += "org.webswing" % "webswing-app-toolkit-fx" % "20.1.3"
[org.webswing/webswing-app-toolkit-fx "20.1.3"]