Sisu XML-RPC :: Server Library

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-server
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sisu XML-RPC :: Server Library
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.
Организация-разработчик

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

Sonatype, Inc.

Скачать sisu-xmlrpc-server

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging jar 1.1.1
org.sonatype.sisu : sisu-xmlrpc-common jar 1.2.0
org.apache.ws.commons.util : ws-commons-util jar 1.0.2

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.4

test (2)

Идентификатор библиотеки Тип Версия
org.sonatype.sisu : sisu-xmlrpc-client jar 1.2.0
junit : junit jar 3.8.1

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

Данный проект не имеет модулей.

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

Версия
1.2.0
1.1.0
1.0.0