scalax-xml-diff 1.1.0


Group ID:
com.github.andyglow
Artifact ID:
scalax-xml-diff_2.11
Version:
1.1.0
Release Date:
Jun 24, 2016
Licenses:

libraryDependencies += "com.github.andyglow" %% "scalax-xml-diff" % "1.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.andyglow::scalax-xml-diff:1.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.andyglow::scalax-xml-diff:1.1.0"

Ammonite REPL

import $ivy.`com.github.andyglow::scalax-xml-diff:1.1.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.github.andyglow</groupId>
  <artifactId>scalax-xml-diff_2.11</artifactId>
  <version>1.1.0</version>
</dependency>

compile group: 'com.github.andyglow', name: 'scalax-xml-diff_2.11', version: '1.1.0'