jvican / xmlrpc   1.2.1

MIT License GitHub

Scala library to talk to a XML-RPC Server

Scala versions: 2.12 2.11

xmlrpc 1.0


Group ID:
com.github.jvican
Artifact ID:
xmlrpc_2.11
Version:
1.0
Release Date:
Apr 21, 2015
Licenses:
MIT
Files:

libraryDependencies += "com.github.jvican" %% "xmlrpc" % "1.0"

Mill build tool

ivy"com.github.jvican::xmlrpc:1.0"

Scala CLI

//> using dep "com.github.jvican::xmlrpc:1.0"

Ammonite REPL

import $ivy.`com.github.jvican::xmlrpc:1.0`

<dependency>
  <groupId>com.github.jvican</groupId>
  <artifactId>xmlrpc_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.github.jvican', name: 'xmlrpc_2.11', version: '1.0'