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