License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.zskamljic |
ArtifactId | ArtifactIdrest-ahead-client |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionio.github.zskamljic:rest-ahead-client
Libraries to define basic HTTP client wrapper and logic to use generated REST services akin to Retrofit
and Feign.
|
Filename | Size |
---|---|
rest-ahead-client-0.1.0.pom | |
rest-ahead-client-0.1.0.jar | 31 KB |
rest-ahead-client-0.1.0-sources.jar | 18 KB |
rest-ahead-client-0.1.0-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/ -->
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/
implementation 'io.github.zskamljic:rest-ahead-client:0.1.0'
// https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/
implementation ("io.github.zskamljic:rest-ahead-client:0.1.0")
'io.github.zskamljic:rest-ahead-client:jar:0.1.0'
<dependency org="io.github.zskamljic" name="rest-ahead-client" rev="0.1.0">
<artifact name="rest-ahead-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zskamljic', module='rest-ahead-client', version='0.1.0')
)
libraryDependencies += "io.github.zskamljic" % "rest-ahead-client" % "0.1.0"
[io.github.zskamljic/rest-ahead-client "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |