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.8.0.jar download
aXMLRPC-1.8.0.pom download
aXMLRPC-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.timroes</groupId>
  <artifactId>aXMLRPC</artifactId>
  <version>1.8.0</version>
</dependency>
Gradle Groovy
implementation 'de.timroes:aXMLRPC:1.8.0'
Gradle Kotlin
implementation("de.timroes:aXMLRPC:1.8.0")
Scala SBT
libraryDependencies += "de.timroes" % "aXMLRPC" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='de.timroes', module='aXMLRPC', version='1.8.0')
)
Apache Ivy
<dependency org="de.timroes" name="aXMLRPC" rev="1.8.0" />
Leiningen
[de.timroes/aXMLRPC "1.8.0"]
Apache Buildr
'de.timroes:aXMLRPC:jar:1.8.0'
Dependencies
The project has no third-party dependencies