MVN

net.databinder : unfiltered-scalatest_2.10

Maven & Gradle

Feb 15, 2015
1 usages
709 stars

unfiltered-scalatest · Facilitates testing Unfiltered servers with ScalaTest

<dependency>
    <groupId>net.databinder</groupId>
    <artifactId>unfiltered-scalatest_2.10</artifactId>
    <version>0.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.databinder : unfiltered-scalatest_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.4
  • Latest Beta: 0.9.0-beta1

All Versions

Choose a version of net.databinder : unfiltered-scalatest_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
unfiltered-scalatest_2.10-0.9.0-beta1
0.8.x
unfiltered-scalatest_2.10-0.8.4
unfiltered-scalatest_2.10-0.8.3
unfiltered-scalatest_2.10-0.8.2
unfiltered-scalatest_2.10-0.8.1
0.7.x
unfiltered-scalatest_2.10-0.7.1
unfiltered-scalatest_2.10-0.7.1-beta1
unfiltered-scalatest_2.10-0.7.0
unfiltered-scalatest_2.10-0.7.0-beta1
0.6.x
unfiltered-scalatest_2.10-0.6.8
unfiltered-scalatest_2.10-0.6.7
unfiltered-scalatest_2.10-0.6.6
unfiltered-scalatest_2.10-0.6.5
unfiltered-scalatest_2.10-0.6.4

How to add a dependency to Maven

Add the following net.databinder : unfiltered-scalatest_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.databinder</groupId>
    <artifactId>unfiltered-scalatest_2.10</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.databinder : unfiltered-scalatest_2.10 gradle dependency to your build.gradle file:

implementation 'net.databinder:unfiltered-scalatest_2.10:0.8.4'

Gradle Kotlin DSL: Add the following net.databinder : unfiltered-scalatest_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.databinder:unfiltered-scalatest_2.10:0.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.databinder : unfiltered-scalatest_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.databinder" % "unfiltered-scalatest_2.10" % "0.8.4"

Advertisement