is not current version
Last Version 1.5.0

com.gregmarut.resty:resty-client 1.4.2


Categories

Categories

CLI User Interface
GroupId

GroupId

com.gregmarut.resty
ArtifactId

ArtifactId

resty-client
Version

Version

1.4.2
Type

Type

jar

Download resty-client 1.4.2


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