is not current version
Last Version 2.3.4

com.elastisys.scale:commons.server 2.2.0

utility classes for embedding HTTP(S) servers

GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

commons.server
Version

Version

2.2.0
Type

Type

jar

Download commons.server 2.2.0


<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/ -->
<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>commons.server</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation 'com.elastisys.scale:commons.server:2.2.0'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation ("com.elastisys.scale:commons.server:2.2.0")
'com.elastisys.scale:commons.server:jar:2.2.0'
<dependency org="com.elastisys.scale" name="commons.server" rev="2.2.0">
  <artifact name="commons.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.server', version='2.2.0')
)
libraryDependencies += "com.elastisys.scale" % "commons.server" % "2.2.0"
[com.elastisys.scale/commons.server "2.2.0"]