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