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