mthaler / xmlconfect   0.4.9

Apache License 2.0 GitHub

Type class based library to read / write XML

Scala versions: 2.13 2.12 2.11

xmlconfect 0.3.2


Group ID:
com.mthaler
Artifact ID:
xmlconfect_2.11
Version:
0.3.2
Release Date:
Jan 15, 2016
Licenses:

libraryDependencies += "com.mthaler" %% "xmlconfect" % "0.3.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.mthaler::xmlconfect:0.3.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.mthaler::xmlconfect:0.3.2"

Ammonite REPL

import $ivy.`com.mthaler::xmlconfect:0.3.2`
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.mthaler</groupId>
  <artifactId>xmlconfect_2.11</artifactId>
  <version>0.3.2</version>
</dependency>

compile group: 'com.mthaler', name: 'xmlconfect_2.11', version: '0.3.2'