Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcz.pumpitup.pn5 |
ArtifactId | ArtifactIdrest-remote-client |
Version | Version0.4.5 |
Type | Typejar |
Filename | Size |
---|---|
rest-remote-client-0.4.5.pom | |
rest-remote-client-0.4.5.jar | 26 KB |
rest-remote-client-0.4.5-sources.jar | 12 KB |
rest-remote-client-0.4.5-javadoc.jar | 485 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.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/rest-remote-client/
implementation 'cz.pumpitup.pn5:rest-remote-client:0.4.5'
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/rest-remote-client/
implementation ("cz.pumpitup.pn5:rest-remote-client:0.4.5")
'cz.pumpitup.pn5:rest-remote-client:jar:0.4.5'
<dependency org="cz.pumpitup.pn5" name="rest-remote-client" rev="0.4.5">
<artifact name="rest-remote-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.pumpitup.pn5', module='rest-remote-client', version='0.4.5')
)
libraryDependencies += "cz.pumpitup.pn5" % "rest-remote-client" % "0.4.5"
[cz.pumpitup.pn5/rest-remote-client "0.4.5"]