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