Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.sklsft.commons |
ArtifactId | ArtifactIdcommons-rest-client |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-client/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-rest-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-client/
implementation 'org.sklsft.commons:commons-rest-client:1.1.1'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-client/
implementation ("org.sklsft.commons:commons-rest-client:1.1.1")
'org.sklsft.commons:commons-rest-client:jar:1.1.1'
<dependency org="org.sklsft.commons" name="commons-rest-client" rev="1.1.1">
<artifact name="commons-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-rest-client', version='1.1.1')
)
libraryDependencies += "org.sklsft.commons" % "commons-rest-client" % "1.1.1"
[org.sklsft.commons/commons-rest-client "1.1.1"]