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