arktekk / anti-xml   0.6.0

Website GitHub

Anbandoned. see https://github.com/AL333Z/anti-xml

Scala versions: 2.11 2.10

anti-xml 0.5.2


Group ID:
no.arktekk
Artifact ID:
anti-xml_2.10
Version:
0.5.2
Release Date:
Sept 10, 2014
Licenses:

libraryDependencies += "no.arktekk" %% "anti-xml" % "0.5.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"no.arktekk::anti-xml:0.5.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "no.arktekk::anti-xml:0.5.2"

Ammonite REPL

import $ivy.`no.arktekk::anti-xml:0.5.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>no.arktekk</groupId>
  <artifactId>anti-xml_2.10</artifactId>
  <version>0.5.2</version>
</dependency>

compile group: 'no.arktekk', name: 'anti-xml_2.10', version: '0.5.2'