Apache XML-RPC

Apache 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. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification.

Лицензия

Лицензия

Группа

Группа

org.apache.ws.xmlrpc
Идентификатор

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

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

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

3.0a1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache XML-RPC
Apache 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. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification.
Ссылка на сайт

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

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

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

Apache Software Foundation

Скачать xmlrpc

Имя Файла Размер
xmlrpc-3.0a1.pom
xmlrpc-3.0a1.jar 173 KB
xmlrpc-3.0a1-sources.jar 138 KB
Обзор

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
commons-httpclient : commons-httpclient jar 3.0
commons-logging : commons-logging jar 1.0.2
javax.servlet : servlet-api jar 2.4
junit : junit jar 3.8.1
org.apache.ws.commons : ws-commons-util jar 1.0-SNAPSHOT
jaxme : jaxmeapi jar 0.5
xerces : xercesImpl jar 2.6.2

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

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

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

Версия
3.0a1
2.0.1