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.2


Group ID:
com.github.jvican
Artifact ID:
xmlrpc_2.11
Version:
1.2
Release Date:
Jan 3, 2017
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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