is not current version
Last Version 0.1.2

com.github.avarabyeu:restendpoint 0.1.0

Asynchronous Rest/HTTP client based on Apache Async HTTP Client

GroupId

GroupId

com.github.avarabyeu
ArtifactId

ArtifactId

restendpoint
Version

Version

0.1.0
Type

Type

jar

Download restendpoint 0.1.0


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