| GroupId | GroupIdcom.elastisys.scale |
|---|---|
| ArtifactId | ArtifactIdcommons.server |
| Version | Version2.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons.server-2.2.2.pom | |
| commons.server-2.2.2.jar | 12 KB |
| commons.server-2.2.2-sources.jar | 9 KB |
| commons.server-2.2.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>commons.server</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation 'com.elastisys.scale:commons.server:2.2.2'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation ("com.elastisys.scale:commons.server:2.2.2")
'com.elastisys.scale:commons.server:jar:2.2.2'
<dependency org="com.elastisys.scale" name="commons.server" rev="2.2.2">
<artifact name="commons.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.server', version='2.2.2')
)
libraryDependencies += "com.elastisys.scale" % "commons.server" % "2.2.2"
[com.elastisys.scale/commons.server "2.2.2"]