Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdinfo.unterrainer.commons |
ArtifactId | ArtifactIdrest-client |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-0.0.3.pom | |
rest-client-0.0.3.jar | 29 KB |
rest-client-0.0.3-sources.jar | 11 KB |
rest-client-0.0.3-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/rest-client/ -->
<dependency>
<groupId>info.unterrainer.commons</groupId>
<artifactId>rest-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/rest-client/
implementation 'info.unterrainer.commons:rest-client:0.0.3'
// https://jarcasting.com/artifacts/info.unterrainer.commons/rest-client/
implementation ("info.unterrainer.commons:rest-client:0.0.3")
'info.unterrainer.commons:rest-client:jar:0.0.3'
<dependency org="info.unterrainer.commons" name="rest-client" rev="0.0.3">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='rest-client', version='0.0.3')
)
libraryDependencies += "info.unterrainer.commons" % "rest-client" % "0.0.3"
[info.unterrainer.commons/rest-client "0.0.3"]