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


Group ID:
com.github.jvican
Artifact ID:
xmlrpc_2.11
Version:
1.1
Release Date:
Jun 30, 2015
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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