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