is not current version
Last Version 1.0.3

com.tvd12:restful-client 1.0.1

A project support to call restful api from client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

restful-client
Version

Version

1.0.1
Type

Type

jar

Download restful-client 1.0.1


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