io.github.zskamljic:rest-ahead-client

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.zskamljic
ArtifactId

ArtifactId

rest-ahead-client
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.zskamljic:rest-ahead-client
Libraries to define basic HTTP client wrapper and logic to use generated REST services akin to Retrofit and Feign.

Download rest-ahead-client

How to add to project

<!-- 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"]

Dependencies

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0