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-json 1.1.0
Group ID:
     org.scalawebtest 
  Artifact ID:
     scalawebtest-json_2.10 
  Version:
     1.1.0 
  Release Date:
     Mar 25, 2017 
  Licenses:
    
  Files:
    
  Full Scala Version:
     2.10.6 
  Developers:
    
  libraryDependencies += "org.scalawebtest" %% "scalawebtest-json" % "1.1.0"
ivy"org.scalawebtest::scalawebtest-json:1.1.0"
//> using dep "org.scalawebtest::scalawebtest-json:1.1.0"
import $ivy.`org.scalawebtest::scalawebtest-json:1.1.0`
<dependency> <groupId>org.scalawebtest</groupId> <artifactId>scalawebtest-json_2.10</artifactId> <version>1.1.0</version> </dependency>
compile group: 'org.scalawebtest', name: 'scalawebtest-json_2.10', version: '1.1.0'