s

scalautils_2.11.0-RC1

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-RC1-2.1.0.jar download
scalautils_2.11.0-RC1-2.1.0.pom download
scalautils_2.11.0-RC1-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalautils</groupId>
  <artifactId>scalautils_2.11.0-RC1</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.scalautils:scalautils_2.11.0-RC1:2.1.0'
Gradle Kotlin
implementation("org.scalautils:scalautils_2.11.0-RC1:2.1.0")
Scala SBT
libraryDependencies += "org.scalautils" % "scalautils_2.11.0-RC1" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.scalautils', module='scalautils_2.11.0-RC1', version='2.1.0')
)
Apache Ivy
<dependency org="org.scalautils" name="scalautils_2.11.0-RC1" rev="2.1.0" />
Leiningen
[org.scalautils/scalautils_2.11.0-RC1 "2.1.0"]
Apache Buildr
'org.scalautils:scalautils_2.11.0-RC1:jar:2.1.0'