philcali / lmxml   0.1.3

MIT License Website GitHub

XML is dead... Long live XML!

Scala versions: 2.11 2.10

lmxml-cache 0.1.3


Group ID:
com.github.philcali
Artifact ID:
lmxml-cache_2.10
Version:
0.1.3
Release Date:
Jul 27, 2014
Licenses:
MIT

libraryDependencies += "com.github.philcali" %% "lmxml-cache" % "0.1.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.philcali::lmxml-cache:0.1.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.philcali::lmxml-cache:0.1.3"

Ammonite REPL

import $ivy.`com.github.philcali::lmxml-cache:0.1.3`
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.philcali</groupId>
  <artifactId>lmxml-cache_2.10</artifactId>
  <version>0.1.3</version>
</dependency>

compile group: 'com.github.philcali', name: 'lmxml-cache_2.10', version: '0.1.3'