License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.xmlrpc |
ArtifactId | ArtifactIdxmlrpc-client |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmlrpc-client-3.1.3.pom | |
xmlrpc-client-3.1.3.jar | 57 KB |
xmlrpc-client-3.1.3-sources.jar | 53 KB |
xmlrpc-client-3.1.3-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlrpc/xmlrpc-client/ -->
<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlrpc/xmlrpc-client/
implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
// https://jarcasting.com/artifacts/org.apache.xmlrpc/xmlrpc-client/
implementation ("org.apache.xmlrpc:xmlrpc-client:3.1.3")
'org.apache.xmlrpc:xmlrpc-client:jar:3.1.3'
<dependency org="org.apache.xmlrpc" name="xmlrpc-client" rev="3.1.3">
<artifact name="xmlrpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlrpc', module='xmlrpc-client', version='3.1.3')
)
libraryDependencies += "org.apache.xmlrpc" % "xmlrpc-client" % "3.1.3"
[org.apache.xmlrpc/xmlrpc-client "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlrpc : xmlrpc-common | jar | 3.1.3 |
Group / Artifact | Type | Version |
---|---|---|
commons-httpclient : commons-httpclient | jar | 3.0.1 |