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