Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ctoolkit.restapi |
ArtifactId | ArtifactIdrest-client-facade-adapter |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-adapter/ -->
<dependency>
<groupId>org.ctoolkit.restapi</groupId>
<artifactId>rest-client-facade-adapter</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-adapter/
implementation 'org.ctoolkit.restapi:rest-client-facade-adapter:0.9'
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-adapter/
implementation ("org.ctoolkit.restapi:rest-client-facade-adapter:0.9")
'org.ctoolkit.restapi:rest-client-facade-adapter:jar:0.9'
<dependency org="org.ctoolkit.restapi" name="rest-client-facade-adapter" rev="0.9">
<artifact name="rest-client-facade-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.restapi', module='rest-client-facade-adapter', version='0.9')
)
libraryDependencies += "org.ctoolkit.restapi" % "rest-client-facade-adapter" % "0.9"
[org.ctoolkit.restapi/rest-client-facade-adapter "0.9"]