| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.simple4j |
| Идентификатор | ИдентификаторWSClient |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWSClient
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| WSClient-1.1.2.pom | |
| WSClient-1.1.2.jar | 48 KB |
| WSClient-1.1.2-sources.jar | 30 KB |
| WSClient-1.1.2-javadoc.jar | 177 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.simple4j/WSClient/ -->
<dependency>
<groupId>org.simple4j</groupId>
<artifactId>WSClient</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.simple4j/WSClient/
implementation 'org.simple4j:WSClient:1.1.2'
// https://jarcasting.com/artifacts/org.simple4j/WSClient/
implementation ("org.simple4j:WSClient:1.1.2")
'org.simple4j:WSClient:jar:1.1.2'
<dependency org="org.simple4j" name="WSClient" rev="1.1.2">
<artifact name="WSClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simple4j', module='WSClient', version='1.1.2')
)
libraryDependencies += "org.simple4j" % "WSClient" % "1.1.2"
[org.simple4j/WSClient "1.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.9.3 |
| org.apache.httpcomponents : httpclient | jar | 4.5.3 |
| org.apache.httpcomponents : httpcore | jar | 4.4.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.7 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.7 |
| org.apache.velocity : velocity Необязательный | jar | 1.7 |
| org.freemarker : freemarker Необязательный | jar | 2.3.27-incubating |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
| org.slf4j : jul-to-slf4j | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.github.tomakehurst : wiremock | jar | 2.14.0 |
| org.springframework : spring-context | jar | 4.3.14.RELEASE |
| org.springframework : spring-context-support | jar | 4.3.14.RELEASE |