MVN

org.scalamock : scalamock-scalatest-support_2.10.0-RC5

Maven & Gradle

Dec 12, 2012
498 stars

ScalaMock ScalaTest Support · ScalaMock ScalaTest Support

<dependency>
    <groupId>org.scalamock</groupId>
    <artifactId>scalamock-scalatest-support_2.10.0-RC5</artifactId>
    <version>3.0-M8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalamock : scalamock-scalatest-support_2.10.0-RC5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-M8

All Versions

Choose a version of org.scalamock : scalamock-scalatest-support_2.10.0-RC5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
scalamock-scalatest-support_2.10.0-RC5-3.0-M8
scalamock-scalatest-support_2.10.0-RC5-3.0-M7
scalamock-scalatest-support_2.10.0-RC5-3.0-M6

How to add a dependency to Maven

Add the following org.scalamock : scalamock-scalatest-support_2.10.0-RC5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalamock</groupId>
    <artifactId>scalamock-scalatest-support_2.10.0-RC5</artifactId>
    <version>3.0-M8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalamock : scalamock-scalatest-support_2.10.0-RC5 gradle dependency to your build.gradle file:

implementation 'org.scalamock:scalamock-scalatest-support_2.10.0-RC5:3.0-M8'

Gradle Kotlin DSL: Add the following org.scalamock : scalamock-scalatest-support_2.10.0-RC5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalamock:scalamock-scalatest-support_2.10.0-RC5:3.0-M8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalamock : scalamock-scalatest-support_2.10.0-RC5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalamock" % "scalamock-scalatest-support_2.10.0-RC5" % "3.0-M8"

Advertisement