Download aXMLRPC-1.9.0.jar file - Jar a

Jar examples for a:aXMLRPC

Description

Lightweight Java XML-RPC working also on Android.

You can download jar file aXMLRPC 1.9.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add aXMLRPC-1.9.0.jar to your project.

<dependency>
   <groupId>fr.turri</groupId>
   <artifactId>aXMLRPC</artifactId>
   <version>1.9.0</version>
</dependency>
compile group: 'fr.turri', name: 'aXMLRPC', version: '1.9.0'
libraryDependencies += "fr.turri" % "aXMLRPC" % "1.9.0"
<dependency org="fr.turri" name="aXMLRPC" rev="1.9.0"/>
@Grapes(@Grab(group='fr.turri', module='aXMLRPC', version='1.9.0'))
'fr.turri:aXMLRPC:jar:1.9.0'

Download

Click the following link to download the jar file.

aXMLRPC-1.9.0-javadoc.jar
aXMLRPC-1.9.0-sources.jar
aXMLRPC-1.9.0.jar
aXMLRPC-1.9.0.pom



Related Tutorials