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