Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdch.viascom.groundwork |
ArtifactId | ArtifactIdrestclient |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
restclient-2.1.pom | |
restclient-2.1.jar | 24 KB |
restclient-2.1-sources.jar | 15 KB |
restclient-2.1-javadoc.jar | 193 KB |
Browse |
<!-- 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"]