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