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