is not current version
Last Version 0.4.1

io.github.zskamljic:rest-ahead-client 0.4.0

Libraries to define basic HTTP client wrapper and logic to use generated REST services akin to Retrofit and Feign.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.zskamljic
ArtifactId

ArtifactId

rest-ahead-client
Version

Version

0.4.0
Type

Type

jar

Download rest-ahead-client 0.4.0


<!-- https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/ -->
<dependency>
    <groupId>io.github.zskamljic</groupId>
    <artifactId>rest-ahead-client</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/
implementation 'io.github.zskamljic:rest-ahead-client:0.4.0'
// https://jarcasting.com/artifacts/io.github.zskamljic/rest-ahead-client/
implementation ("io.github.zskamljic:rest-ahead-client:0.4.0")
'io.github.zskamljic:rest-ahead-client:jar:0.4.0'
<dependency org="io.github.zskamljic" name="rest-ahead-client" rev="0.4.0">
  <artifact name="rest-ahead-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zskamljic', module='rest-ahead-client', version='0.4.0')
)
libraryDependencies += "io.github.zskamljic" % "rest-ahead-client" % "0.4.0"
[io.github.zskamljic/rest-ahead-client "0.4.0"]