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