Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cloudseal.client |
ArtifactId | ArtifactIdrest-client |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-1.2.5.pom | |
rest-client-1.2.5.jar | 29 KB |
rest-client-1.2.5-sources.jar | 27 KB |
rest-client-1.2.5-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudseal.client/rest-client/ -->
<dependency>
<groupId>com.cloudseal.client</groupId>
<artifactId>rest-client</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudseal.client/rest-client/
implementation 'com.cloudseal.client:rest-client:1.2.5'
// https://jarcasting.com/artifacts/com.cloudseal.client/rest-client/
implementation ("com.cloudseal.client:rest-client:1.2.5")
'com.cloudseal.client:rest-client:jar:1.2.5'
<dependency org="com.cloudseal.client" name="rest-client" rev="1.2.5">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudseal.client', module='rest-client', version='1.2.5')
)
libraryDependencies += "com.cloudseal.client" % "rest-client" % "1.2.5"
[com.cloudseal.client/rest-client "1.2.5"]