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