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