Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lftao |
ArtifactId | ArtifactIdrestclient |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
restclient-0.1.5.pom | |
restclient-0.1.5.jar | 27 KB |
restclient-0.1.5-sources.jar | 16 KB |
restclient-0.1.5-javadoc.jar | 115 KB |
Browse |
<!-- 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"]