is not current version
Last Version 2.6.5

org.webswing:webswing-demo 2.6


GroupId

GroupId

org.webswing
ArtifactId

ArtifactId

webswing-demo
Version

Version

2.6
Type

Type

pom

Download webswing-demo 2.6

Filename Size
webswing-demo-2.6.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.webswing/webswing-demo/ -->
<dependency>
    <groupId>org.webswing</groupId>
    <artifactId>webswing-demo</artifactId>
    <version>2.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-demo/
implementation 'org.webswing:webswing-demo:2.6'
// https://jarcasting.com/artifacts/org.webswing/webswing-demo/
implementation ("org.webswing:webswing-demo:2.6")
'org.webswing:webswing-demo:pom:2.6'
<dependency org="org.webswing" name="webswing-demo" rev="2.6">
  <artifact name="webswing-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-demo', version='2.6')
)
libraryDependencies += "org.webswing" % "webswing-demo" % "2.6"
[org.webswing/webswing-demo "2.6"]