GroupId | GroupIdorg.webswing |
---|---|
ArtifactId | ArtifactIdwebswing-demo |
Version | Version2.5.6 |
Type | Typepom |
Filename | Size |
---|---|
webswing-demo-2.5.6.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webswing/webswing-demo/ -->
<dependency>
<groupId>org.webswing</groupId>
<artifactId>webswing-demo</artifactId>
<version>2.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-demo/
implementation 'org.webswing:webswing-demo:2.5.6'
// https://jarcasting.com/artifacts/org.webswing/webswing-demo/
implementation ("org.webswing:webswing-demo:2.5.6")
'org.webswing:webswing-demo:pom:2.5.6'
<dependency org="org.webswing" name="webswing-demo" rev="2.5.6">
<artifact name="webswing-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-demo', version='2.5.6')
)
libraryDependencies += "org.webswing" % "webswing-demo" % "2.5.6"
[org.webswing/webswing-demo "2.5.6"]