kantan.xpath-scalaz 0.1.4


Group ID:
com.nrinaudo
Artifact ID:
kantan.xpath-scalaz_2.11
Version:
0.1.4
Release Date:
Jun 6, 2016
Licenses:

libraryDependencies += "com.nrinaudo" %% "kantan.xpath-scalaz" % "0.1.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.nrinaudo::kantan.xpath-scalaz:0.1.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.nrinaudo::kantan.xpath-scalaz:0.1.4"

Ammonite REPL

import $ivy.`com.nrinaudo::kantan.xpath-scalaz:0.1.4`
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.nrinaudo</groupId>
  <artifactId>kantan.xpath-scalaz_2.11</artifactId>
  <version>0.1.4</version>
</dependency>

compile group: 'com.nrinaudo', name: 'kantan.xpath-scalaz_2.11', version: '0.1.4'