is not current version
Last Version 0.18.4

com.github.arucard21.simplyrestful:client 0.10.1

A generic client that can be used with any SimplyRESTful API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.arucard21.simplyrestful
ArtifactId

ArtifactId

client
Version

Version

0.10.1
Type

Type

jar

Download client 0.10.1


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