wix-incubator / accord   0.7.6

Website GitHub

Accord: A sane validation library for Scala

Scala versions: 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6

accord-scalatest 0.1


Group ID:
com.wix
Artifact ID:
accord-scalatest_2.10
Version:
0.1
Release Date:
Nov 6, 2016
Licenses:

libraryDependencies += "com.wix" %% "accord-scalatest" % "0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.wix::accord-scalatest:0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.wix::accord-scalatest:0.1"

Ammonite REPL

import $ivy.`com.wix::accord-scalatest:0.1`
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.wix</groupId>
  <artifactId>accord-scalatest_2.10</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.wix', name: 'accord-scalatest_2.10', version: '0.1'