| GroupId | GroupIdcom.elastisys.scale |
|---|---|
| ArtifactId | ArtifactIdcommons.server |
| Version | Version2.2.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons.server-2.2.6.pom | |
| commons.server-2.2.6.jar | 12 KB |
| commons.server-2.2.6-sources.jar | 9 KB |
| commons.server-2.2.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation 'com.elastisys.scale:commons.server:2.2.6'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation ("com.elastisys.scale:commons.server:2.2.6")
'com.elastisys.scale:commons.server:jar:2.2.6'
<dependency org="com.elastisys.scale" name="commons.server" rev="2.2.6">
<artifact name="commons.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.server', version='2.2.6')
)
libraryDependencies += "com.elastisys.scale" % "commons.server" % "2.2.6"
[com.elastisys.scale/commons.server "2.2.6"]