is not current version
Last Version 0.0.23

com.github.bingoohuang:spring-rest-client 0.0.13

convenient spring rest client for rest services

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

spring-rest-client
Version

Version

0.0.13
Type

Type

jar

Download spring-rest-client 0.0.13


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