ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
scalawebtest-bom 2.0.0
Group ID:
org.scalawebtest
Artifact ID:
scalawebtest-bom_2.10
Version:
2.0.0
Release Date:
Nov 1, 2017
Licenses:
Files:
Developers:
libraryDependencies += "org.scalawebtest" %% "scalawebtest-bom" % "2.0.0"
ivy"org.scalawebtest::scalawebtest-bom:2.0.0"
//> using dep "org.scalawebtest::scalawebtest-bom:2.0.0"
import $ivy.`org.scalawebtest::scalawebtest-bom:2.0.0`
<dependency> <groupId>org.scalawebtest</groupId> <artifactId>scalawebtest-bom_2.10</artifactId> <version>2.0.0</version> </dependency>
compile group: 'org.scalawebtest', name: 'scalawebtest-bom_2.10', version: '2.0.0'