is not current version
Last Version 0.0.4

com.github.roroche:eo-rest 0.0.2

Kotlin library to consume REST API in an EO way

GroupId

GroupId

com.github.roroche
ArtifactId

ArtifactId

eo-rest
Version

Version

0.0.2
Type

Type

jar

Download eo-rest 0.0.2


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