is not current version
Last Version 0.18.4

com.github.arucard21.simplyrestful:client 0.9.0

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.9.0
Type

Type

jar

Download client 0.9.0


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