RESTful WS Client

Java library designed to simplify communicating with a variety of RESTful web services.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.cyc.ws.client
ArtifactId

ArtifactId

cyc-restful-ws-client
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

RESTful WS Client
Java library designed to simplify communicating with a variety of RESTful web services.
Project Organization

Project Organization

Cycorp, Inc.
Source Code Management

Source Code Management

https://github.com/cycorp/common-libraries

Download cyc-restful-ws-client

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0