License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.cyc.ws.client |
ArtifactId | ArtifactIdcyc-restful-ws-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESTful WS Client
Java library designed to simplify communicating with a variety of RESTful web services.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cyc.ws.client/cyc-restful-ws-client/ -->
<dependency>
<groupId>com.cyc.ws.client</groupId>
<artifactId>cyc-restful-ws-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc.ws.client/cyc-restful-ws-client/
implementation 'com.cyc.ws.client:cyc-restful-ws-client:1.0.0'
// https://jarcasting.com/artifacts/com.cyc.ws.client/cyc-restful-ws-client/
implementation ("com.cyc.ws.client:cyc-restful-ws-client:1.0.0")
'com.cyc.ws.client:cyc-restful-ws-client:jar:1.0.0'
<dependency org="com.cyc.ws.client" name="cyc-restful-ws-client" rev="1.0.0">
<artifact name="cyc-restful-ws-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc.ws.client', module='cyc-restful-ws-client', version='1.0.0')
)
libraryDependencies += "com.cyc.ws.client" % "cyc-restful-ws-client" % "1.0.0"
[com.cyc.ws.client/cyc-restful-ws-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
log4j : log4j | jar | 1.2.17 |