is not current version
Last Version 1.0.5

com.github.barakb:mini-rest-client 1.0.0

A Kotlin Mimimal REST client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

mini-rest-client
Version

Version

1.0.0
Type

Type

jar

Download mini-rest-client 1.0.0


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