ohze / scala-soap   1.10.0

Apache License 2.0 GitHub

XML and SOAP Play library, for Scala to serialize/deserialize XML (and SOAP) without code generation or other magic.

Scala versions: 2.13 2.12 2.11 2.10

scala-soap 1.3.0


Group ID:
com.sandinh
Artifact ID:
scala-soap_2.10
Version:
1.3.0
Release Date:
Jan 26, 2015
Licenses:

libraryDependencies += "com.sandinh" %% "scala-soap" % "1.3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.sandinh::scala-soap:1.3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.sandinh::scala-soap:1.3.0"

Ammonite REPL

import $ivy.`com.sandinh::scala-soap:1.3.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.sandinh</groupId>
  <artifactId>scala-soap_2.10</artifactId>
  <version>1.3.0</version>
</dependency>

compile group: 'com.sandinh', name: 'scala-soap_2.10', version: '1.3.0'