License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.zskamljic |
ArtifactId | ArtifactIdrest-ahead-client |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
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.4.1.pom | |
rest-ahead-client-0.4.1.jar | 31 KB |
rest-ahead-client-0.4.1-sources.jar | 18 KB |
rest-ahead-client-0.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/
implementation 'io.github.zskamljic:rest-ahead-client:0.4.1'
// https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/
implementation ("io.github.zskamljic:rest-ahead-client:0.4.1")
'io.github.zskamljic:rest-ahead-client:jar:0.4.1'
<dependency org="io.github.zskamljic" name="rest-ahead-client" rev="0.4.1">
<artifact name="rest-ahead-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zskamljic', module='rest-ahead-client', version='0.4.1')
)
libraryDependencies += "io.github.zskamljic" % "rest-ahead-client" % "0.4.1"
[io.github.zskamljic/rest-ahead-client "0.4.1"]
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.4.0 |