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