scala-xml-diff 2.0.2


Group ID:
com.github.andyglow
Artifact ID:
scala-xml-diff_2.11
Version:
2.0.2
Release Date:
Aug 25, 2016
Licenses:

libraryDependencies += "com.github.andyglow" %% "scala-xml-diff" % "2.0.2"
resolvers += Resolver.bintrayRepo("andyglow", "scala-tools")

Mill build tool

ivy"com.github.andyglow::scala-xml-diff:2.0.2"
MavenRepository("https://dl.bintray.com/andyglow/scala-tools")

Scala CLI

//> using dep "com.github.andyglow::scala-xml-diff:2.0.2"

Ammonite REPL

import $ivy.`com.github.andyglow::scala-xml-diff:2.0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray andyglow scala-tools",
  "Some(https://dl.bintray.com/andyglow/scala-tools)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.andyglow</groupId>
  <artifactId>scala-xml-diff_2.11</artifactId>
  <version>2.0.2</version>
</dependency>

compile group: 'com.github.andyglow', name: 'scala-xml-diff_2.11', version: '2.0.2'