License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdinfo.unterrainer.commons |
ArtifactId | ArtifactIdrest-client |
Last Version | Last Version0.0.17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestClient
The parent-pom for all our java projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rest-client-0.0.17.pom | |
rest-client-0.0.17.jar | 31 KB |
rest-client-0.0.17-sources.jar | 12 KB |
rest-client-0.0.17-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/rest-client/ -->
<dependency>
<groupId>info.unterrainer.commons</groupId>
<artifactId>rest-client</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/rest-client/
implementation 'info.unterrainer.commons:rest-client:0.0.17'
// https://jarcasting.com/artifacts/info.unterrainer.commons/rest-client/
implementation ("info.unterrainer.commons:rest-client:0.0.17")
'info.unterrainer.commons:rest-client:jar:0.0.17'
<dependency org="info.unterrainer.commons" name="rest-client" rev="0.0.17">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='rest-client', version='0.0.17')
)
libraryDependencies += "info.unterrainer.commons" % "rest-client" % "0.0.17"
[info.unterrainer.commons/rest-client "0.0.17"]
Group / Artifact | Type | Version |
---|---|---|
info.unterrainer.commons : serialization | jar | 0.1.9 |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
com.squareup.okio : okio | jar | 2.10.0 |
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 |