Last Version

Apache XML-RPC Client Library 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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

xmlrpc
ArtifactId

ArtifactId

xmlrpc-client
Version

Version

3.0
Type

Type

jar
Description

Description

Apache XML-RPC Client Library
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.
Project URL

Project URL

http://ws.apache.org/xmlrpc/xmlrpc-client/
Project Organization

Project Organization

Apache Software Foundation

Download xmlrpc-client 3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.xmlrpc : xmlrpc-common jar 3.0

provided (1)

Group / Artifact Type Version
commons-httpclient : commons-httpclient jar 3.0.1

Project Modules

There are no modules declared in this project.