is not current version
Last Version 1.1.2

org.simple4j:WSClient 1.1.0

This is a simple Web Service Client library to call wide variety of web service behind HTTP. In theory it can support any interface or payload. On the request side, to convert java object to HTTP request components (URL, headers, body), templating is used which allows it to call XML, JSON, SOAP, REST or anyother custom interface. On the response side, it uses pluggable parser and a mapper to only extract the fields that are of interest for the client program. The parser currently supports JSON and XML and returns a collections tree.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.simple4j
ArtifactId

ArtifactId

WSClient
Version

Version

1.1.0
Type

Type

jar

Download WSClient 1.1.0


<!-- https://jarcasting.com/artifacts/org.simple4j/WSClient/ -->
<dependency>
    <groupId>org.simple4j</groupId>
    <artifactId>WSClient</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.simple4j/WSClient/
implementation 'org.simple4j:WSClient:1.1.0'
// https://jarcasting.com/artifacts/org.simple4j/WSClient/
implementation ("org.simple4j:WSClient:1.1.0")
'org.simple4j:WSClient:jar:1.1.0'
<dependency org="org.simple4j" name="WSClient" rev="1.1.0">
  <artifact name="WSClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simple4j', module='WSClient', version='1.1.0')
)
libraryDependencies += "org.simple4j" % "WSClient" % "1.1.0"
[org.simple4j/WSClient "1.1.0"]