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