GroupId | GroupIdorg.webswing |
---|---|
ArtifactId | ArtifactIdwebswing-app-interface |
Version | Version2.7.3 |
Type | Typejar |
Filename | Size |
---|---|
webswing-app-interface-2.7.3.pom | |
webswing-app-interface-2.7.3.jar | 286 KB |
webswing-app-interface-2.7.3-sources.jar | 233 KB |
webswing-app-interface-2.7.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>2.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-app-interface/
implementation 'org.webswing:webswing-app-interface:2.7.3'
// https://jarcasting.com/artifacts/org.webswing/webswing-app-interface/
implementation ("org.webswing:webswing-app-interface:2.7.3")
'org.webswing:webswing-app-interface:jar:2.7.3'
<dependency org="org.webswing" name="webswing-app-interface" rev="2.7.3">
<artifact name="webswing-app-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-app-interface', version='2.7.3')
)
libraryDependencies += "org.webswing" % "webswing-app-interface" % "2.7.3"
[org.webswing/webswing-app-interface "2.7.3"]