Sisu XML-RPC

Sisu XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Sisu XML-RPC provides HTTP transport pluggability via Async HTTP Client.

Группа

Группа

org.sonatype.sisu
Идентификатор

Идентификатор

sisu-xmlrpc
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Sisu XML-RPC
Sisu XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Sisu XML-RPC provides HTTP transport pluggability via Async HTTP Client.
Ссылка на сайт

Ссылка на сайт

http://ws.apache.org/xmlrpc/
Организация-разработчик

Организация-разработчик

Sonatype, Inc.

Скачать sisu-xmlrpc

Имя Файла Размер
sisu-xmlrpc-1.2.0.pom 4 KB
Обзор

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

  • sisu-xmlrpc-common
  • sisu-xmlrpc-client
  • sisu-xmlrpc-server

Версии библиотеки

Версия
1.2.0
1.1.0
1.0.0