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