License |
License |
---|---|
GroupId | GroupIdxmlrpc |
ArtifactId | ArtifactIdxmlrpc-common |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache XML-RPC Common 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-common-3.0.pom | |
xmlrpc-common-3.0.jar | 98 KB |
xmlrpc-common-3.0-sources.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xmlrpc/xmlrpc-common/ -->
<dependency>
<groupId>xmlrpc</groupId>
<artifactId>xmlrpc-common</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/xmlrpc/xmlrpc-common/
implementation 'xmlrpc:xmlrpc-common:3.0'
// https://jarcasting.com/artifacts/xmlrpc/xmlrpc-common/
implementation ("xmlrpc:xmlrpc-common:3.0")
'xmlrpc:xmlrpc-common:jar:3.0'
<dependency org="xmlrpc" name="xmlrpc-common" rev="3.0">
<artifact name="xmlrpc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='xmlrpc', module='xmlrpc-common', version='3.0')
)
libraryDependencies += "xmlrpc" % "xmlrpc-common" % "3.0"
[xmlrpc/xmlrpc-common "3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ws.commons : ws-commons-util | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
jaxme : jaxmeapi | jar | 0.5.1 |