GroupId | GroupIdorg.webswing |
---|---|
ArtifactId | ArtifactIdwebswing-api |
Version | Version20.1.2 |
Type | Typejar |
Filename | Size |
---|---|
webswing-api-20.1.2.pom | |
webswing-api-20.1.2.jar | 18 KB |
webswing-api-20.1.2-sources.jar | 15 KB |
webswing-api-20.1.2-javadoc.jar | 574 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webswing/webswing-api/ -->
<dependency>
<groupId>org.webswing</groupId>
<artifactId>webswing-api</artifactId>
<version>20.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-api/
implementation 'org.webswing:webswing-api:20.1.2'
// https://jarcasting.com/artifacts/org.webswing/webswing-api/
implementation ("org.webswing:webswing-api:20.1.2")
'org.webswing:webswing-api:jar:20.1.2'
<dependency org="org.webswing" name="webswing-api" rev="20.1.2">
<artifact name="webswing-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-api', version='20.1.2')
)
libraryDependencies += "org.webswing" % "webswing-api" % "20.1.2"
[org.webswing/webswing-api "20.1.2"]