is not current version
Last Version 0.1.6

com.github.lftao:restclient 0.1.5

Restclient 模板化 接口

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.lftao
ArtifactId

ArtifactId

restclient
Version

Version

0.1.5
Type

Type

jar

Download restclient 0.1.5


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