| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.ctoolkit.restapi |
| ArtifactId | ArtifactIdrest-client-facade-impl |
| Last Version | Last Version0.14 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionUniform REST Client Parent Project
Uniform client facade API implementation to perform common operations on top of REST.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationComvai - TurnOnline.biz |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest-client-facade-impl-0.14.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-impl/ -->
<dependency>
<groupId>org.ctoolkit.restapi</groupId>
<artifactId>rest-client-facade-impl</artifactId>
<version>0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-impl/
implementation 'org.ctoolkit.restapi:rest-client-facade-impl:0.14'
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-impl/
implementation ("org.ctoolkit.restapi:rest-client-facade-impl:0.14")
'org.ctoolkit.restapi:rest-client-facade-impl:pom:0.14'
<dependency org="org.ctoolkit.restapi" name="rest-client-facade-impl" rev="0.14">
<artifact name="rest-client-facade-impl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.restapi', module='rest-client-facade-impl', version='0.14')
)
libraryDependencies += "org.ctoolkit.restapi" % "rest-client-facade-impl" % "0.14"
[org.ctoolkit.restapi/rest-client-facade-impl "0.14"]