a

aXMLRPC

Lightweight Java XML-RPC working also on Android.
https://github.com/timroes/aXMLRPC
The MIT License (MIT)
Tim Roes
Files download
File Operation
aXMLRPC-1.7.3.jar download
aXMLRPC-1.7.3.pom download
aXMLRPC-1.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.timroes</groupId>
  <artifactId>aXMLRPC</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'de.timroes:aXMLRPC:1.7.3'
Gradle Kotlin
implementation("de.timroes:aXMLRPC:1.7.3")
Scala SBT
libraryDependencies += "de.timroes" % "aXMLRPC" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='de.timroes', module='aXMLRPC', version='1.7.3')
)
Apache Ivy
<dependency org="de.timroes" name="aXMLRPC" rev="1.7.3" />
Leiningen
[de.timroes/aXMLRPC "1.7.3"]
Apache Buildr
'de.timroes:aXMLRPC:jar:1.7.3'
Dependencies
The project has no third-party dependencies