eerohele / expek   0.1.0

MIT License Website GitHub

Unit test XSLT with Scala

Scala versions: 2.11

expek 0.1.0


Group ID:
com.github.eerohele
Artifact ID:
expek_2.11
Version:
0.1.0
Release Date:
Sept 9, 2016
Licenses:
MIT

libraryDependencies += "com.github.eerohele" %% "expek" % "0.1.0"
resolvers += Resolver.bintrayRepo("eerohele", "maven")

Mill build tool

ivy"com.github.eerohele::expek:0.1.0"
MavenRepository("https://dl.bintray.com/eerohele/maven")

Scala CLI

//> using dep "com.github.eerohele::expek:0.1.0"

Ammonite REPL

import $ivy.`com.github.eerohele::expek:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray eerohele maven",
  "Some(https://dl.bintray.com/eerohele/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.eerohele</groupId>
  <artifactId>expek_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.eerohele', name: 'expek_2.11', version: '0.1.0'