Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lftao |
ArtifactId | ArtifactIdrestclient |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
restclient-0.0.1.pom | |
restclient-0.0.1.jar | 20 KB |
restclient-0.0.1-sources.jar | 11 KB |
restclient-0.0.1-javadoc.jar | 85 KB |
Browse |
<!-- 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"]