License |
License |
---|---|
GroupId | GroupIdinfo.unterrainer.commons |
ArtifactId | ArtifactIdhttp-server |
Last Version | Last Version0.2.44 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpServer
The parent-pom for all our java projects based on Javalin.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-server-0.2.44.pom | |
http-server-0.2.44.jar | 116 KB |
http-server-0.2.44-sources.jar | 45 KB |
http-server-0.2.44-javadoc.jar | 730 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/http-server/ -->
<dependency>
<groupId>info.unterrainer.commons</groupId>
<artifactId>http-server</artifactId>
<version>0.2.44</version>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/http-server/
implementation 'info.unterrainer.commons:http-server:0.2.44'
// https://jarcasting.com/artifacts/info.unterrainer.commons/http-server/
implementation ("info.unterrainer.commons:http-server:0.2.44")
'info.unterrainer.commons:http-server:jar:0.2.44'
<dependency org="info.unterrainer.commons" name="http-server" rev="0.2.44">
<artifact name="http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='http-server', version='0.2.44')
)
libraryDependencies += "info.unterrainer.commons" % "http-server" % "0.2.44"
[info.unterrainer.commons/http-server "0.2.44"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okio : okio | jar | 2.10.0 |
info.unterrainer.commons : jre-utils | jar | 0.2.13 |
info.unterrainer.commons : rdb-utils | jar | 0.1.20 |
info.unterrainer.commons : serialization | jar | 0.1.9 |
javax.persistence : javax.persistence-api | jar | 2.2 |
ma.glasnost.orika : orika-core | jar | 1.5.4 |
org.antlr : antlr4-runtime | jar | 4.8-1 |
org.keycloak : keycloak-common | jar | 17.0.1 |
org.keycloak : keycloak-core | jar | 17.0.1 |
io.javalin : javalin | jar | 3.13.4 |
org.eclipse.jetty : jetty-http | jar | 9.4.38.v20210224 |
org.eclipse.jetty : jetty-server | jar | 9.4.38.v20210224 |
org.mapstruct : mapstruct-processor | jar | 1.5.0.Beta2 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
org.slf4j : slf4j-log4j12 | jar | 2.0.0-alpha5 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.21.0 |
org.mockito : mockito-core | jar | 4.1.0 |
org.mockito : mockito-junit-jupiter | jar | 4.1.0 |