License |
License |
---|---|
GroupId | GroupIdcom.elastisys.scale |
ArtifactId | ArtifactIdcommons.server |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelastisys:scale :: commons :: server
utility classes for embedding HTTP(S) servers
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons.server-2.3.4.pom | |
commons.server-2.3.4.jar | 10 KB |
commons.server-2.3.4-sources.jar | 7 KB |
commons.server-2.3.4-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>commons.server</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation 'com.elastisys.scale:commons.server:2.3.4'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.server/
implementation ("com.elastisys.scale:commons.server:2.3.4")
'com.elastisys.scale:commons.server:jar:2.3.4'
<dependency org="com.elastisys.scale" name="commons.server" rev="2.3.4">
<artifact name="commons.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.server', version='2.3.4')
)
libraryDependencies += "com.elastisys.scale" % "commons.server" % "2.3.4"
[com.elastisys.scale/commons.server "2.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.elastisys.scale : commons.util | jar | 2.3.4 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.12.v20180830 |
org.eclipse.jetty : jetty-servlets | jar | 9.4.12.v20180830 |
org.eclipse.jetty : jetty-rewrite | jar | 9.4.12.v20180830 |
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.1.9 |
org.glassfish.jersey.core : jersey-client | jar | 2.25.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.6 |