is not current version
Last Version 2.2

ch.viascom.groundwork:restclient 2.1

The RESTClient module provides an easy way to call REST endpoints. It is part of the GroundWork Project by Viascom.

Categories

Categories

CLI User Interface
GroupId

GroupId

ch.viascom.groundwork
ArtifactId

ArtifactId

restclient
Version

Version

2.1
Type

Type

jar

Download restclient 2.1


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