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