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