s

scalautils_2.11.0-RC2

ScalaUtils is an open-source library for Scala projects that contains portions of the ScalaTest project that may make sense to use in production.
http://www.scalatest.org/scalautils
the Apache License, ASL Version 2.0
Bill Venners
Files download
File Operation
scalautils_2.11.0-RC2-2.1.1.jar download
scalautils_2.11.0-RC2-2.1.1.pom download
scalautils_2.11.0-RC2-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalautils</groupId>
  <artifactId>scalautils_2.11.0-RC2</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.scalautils:scalautils_2.11.0-RC2:2.1.1'
Gradle Kotlin
implementation("org.scalautils:scalautils_2.11.0-RC2:2.1.1")
Scala SBT
libraryDependencies += "org.scalautils" % "scalautils_2.11.0-RC2" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.scalautils', module='scalautils_2.11.0-RC2', version='2.1.1')
)
Apache Ivy
<dependency org="org.scalautils" name="scalautils_2.11.0-RC2" rev="2.1.1" />
Leiningen
[org.scalautils/scalautils_2.11.0-RC2 "2.1.1"]
Apache Buildr
'org.scalautils:scalautils_2.11.0-RC2:jar:2.1.1'