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

Apache XML-RPC 3.0

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.

Лицензия

Лицензия

Группа

Группа

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

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

xmlrpc
Версия

Версия

3.0
Тип

Тип

pom
Описание

Описание

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 3.0

Имя Файла Размер
xmlrpc-3.0.pom 11 KB
Обзор

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • common
  • client
  • server
  • tests