GroupId | GroupIdorg.webswing |
---|---|
ArtifactId | ArtifactIdwebswing-app-services |
Version | Version20.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webswing/webswing-app-services/ -->
<dependency>
<groupId>org.webswing</groupId>
<artifactId>webswing-app-services</artifactId>
<version>20.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-app-services/
implementation 'org.webswing:webswing-app-services:20.2.3'
// https://jarcasting.com/artifacts/org.webswing/webswing-app-services/
implementation ("org.webswing:webswing-app-services:20.2.3")
'org.webswing:webswing-app-services:jar:20.2.3'
<dependency org="org.webswing" name="webswing-app-services" rev="20.2.3">
<artifact name="webswing-app-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-app-services', version='20.2.3')
)
libraryDependencies += "org.webswing" % "webswing-app-services" % "20.2.3"
[org.webswing/webswing-app-services "20.2.3"]