swoval / swoval   2.1.5

MIT License GitHub
Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 1.0 0.13

testingjvm 1.2.5


Group ID:
com.swoval
Artifact ID:
testingjvm_2.12
Version:
1.2.5
Release Date:
Feb 25, 2018
Licenses:
MIT

libraryDependencies += "com.swoval" %% "testingjvm" % "1.2.5"
resolvers += Resolver.bintrayRepo("eatkins", "swoval")

Mill build tool

ivy"com.swoval::testingjvm:1.2.5"
MavenRepository("https://dl.bintray.com/eatkins/swoval")

Scala CLI

//> using dep "com.swoval::testingjvm:1.2.5"

Ammonite REPL

import $ivy.`com.swoval::testingjvm:1.2.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray eatkins swoval",
  "Some(https://dl.bintray.com/eatkins/swoval)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.swoval</groupId>
  <artifactId>testingjvm_2.12</artifactId>
  <version>1.2.5</version>
</dependency>

compile group: 'com.swoval', name: 'testingjvm_2.12', version: '1.2.5'