is not current version
Last Version 0.1.6

com.github.lftao:restclient 0.0.1

Restclient 模板化 接口

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.lftao
ArtifactId

ArtifactId

restclient
Version

Version

0.0.1
Type

Type

jar

Download restclient 0.0.1


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