Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdrest-client |
Version | Version5.3.2 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-5.3.2.pom | |
rest-client-5.3.2.jar | 9 KB |
rest-client-5.3.2-sources.jar | 7 KB |
rest-client-5.3.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/rest-client/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>rest-client</artifactId>
<version>5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/rest-client/
implementation 'de.alpharogroup:rest-client:5.3.2'
// https://jarcasting.com/artifacts/de.alpharogroup/rest-client/
implementation ("de.alpharogroup:rest-client:5.3.2")
'de.alpharogroup:rest-client:jar:5.3.2'
<dependency org="de.alpharogroup" name="rest-client" rev="5.3.2">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='rest-client', version='5.3.2')
)
libraryDependencies += "de.alpharogroup" % "rest-client" % "5.3.2"
[de.alpharogroup/rest-client "5.3.2"]