| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcz.pumpitup.pn5 |
| ArtifactId | ArtifactIdrest-remote-client |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-remote-client-0.3.0.pom | |
| rest-remote-client-0.3.0.jar | 16 KB |
| rest-remote-client-0.3.0-sources.jar | 7 KB |
| rest-remote-client-0.3.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.pumpitup.pn5/rest-remote-client/ -->
<dependency>
<groupId>cz.pumpitup.pn5</groupId>
<artifactId>rest-remote-client</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/rest-remote-client/
implementation 'cz.pumpitup.pn5:rest-remote-client:0.3.0'
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/rest-remote-client/
implementation ("cz.pumpitup.pn5:rest-remote-client:0.3.0")
'cz.pumpitup.pn5:rest-remote-client:jar:0.3.0'
<dependency org="cz.pumpitup.pn5" name="rest-remote-client" rev="0.3.0">
<artifact name="rest-remote-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.pumpitup.pn5', module='rest-remote-client', version='0.3.0')
)
libraryDependencies += "cz.pumpitup.pn5" % "rest-remote-client" % "0.3.0"
[cz.pumpitup.pn5/rest-remote-client "0.3.0"]