Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lftao |
ArtifactId | ArtifactIdrestclient |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
restclient-0.1.0.pom | |
restclient-0.1.0.jar | 23 KB |
restclient-0.1.0-sources.jar | 14 KB |
restclient-0.1.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lftao/restclient/ -->
<dependency>
<groupId>com.github.lftao</groupId>
<artifactId>restclient</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lftao/restclient/
implementation 'com.github.lftao:restclient:0.1.0'
// https://jarcasting.com/artifacts/com.github.lftao/restclient/
implementation ("com.github.lftao:restclient:0.1.0")
'com.github.lftao:restclient:jar:0.1.0'
<dependency org="com.github.lftao" name="restclient" rev="0.1.0">
<artifact name="restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lftao', module='restclient', version='0.1.0')
)
libraryDependencies += "com.github.lftao" % "restclient" % "0.1.0"
[com.github.lftao/restclient "0.1.0"]