MVN

org.scalatestplus : easymock-3-2_2.11

Maven & Gradle

Sep 16, 2021
2 stars

easymock-3.2 · easymock-3.2

<dependency>
    <groupId>org.scalatestplus</groupId>
    <artifactId>easymock-3-2_2.11</artifactId>
    <version>3.2.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalatestplus : easymock-3-2_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.10.0
  • Latest Release Candidate: 3.1.0.0-RC3

All Versions

Choose a version of org.scalatestplus : easymock-3-2_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • easymock-3-2_2.11-3.2.10.0

    Sep 16, 2021
  • easymock-3-2_2.11-3.2.9.0

    May 14, 2021
  • easymock-3-2_2.11-3.2.8.0

    Apr 21, 2021
  • easymock-3-2_2.11-3.2.7.0

    Mar 31, 2021
  • easymock-3-2_2.11-3.2.6.0

    Mar 07, 2021
  • easymock-3-2_2.11-3.2.5.0

    Feb 20, 2021
  • easymock-3-2_2.11-3.2.4.0

    Feb 18, 2021
  • easymock-3-2_2.11-3.2.4.0-M1

    Jan 24, 2021
  • easymock-3-2_2.11-3.3.0.0-SNAP3

    Dec 12, 2020
  • easymock-3-2_2.11-3.2.3.0

    Nov 08, 2020
  • easymock-3-2_2.11-3.1.4.0

    Aug 28, 2020
  • easymock-3-2_2.11-3.2.2.0

    Aug 21, 2020
  • easymock-3-2_2.11-3.2.2.0-M2

    Aug 19, 2020
  • easymock-3-2_2.11-3.2.2.0-M1

    Aug 14, 2020
  • easymock-3-2_2.11-3.1.3.0

    Aug 08, 2020
  • easymock-3-2_2.11-3.2.1.0

    Aug 06, 2020
  • easymock-3-2_2.11-3.2.0.0

    Jun 16, 2020
  • easymock-3-2_2.11-3.1.2.0

    May 09, 2020
  • easymock-3-2_2.11-3.3.0.0-SNAP2

    Mar 07, 2020
  • easymock-3-2_2.11-3.2.0.0-M4

    Mar 05, 2020
  • easymock-3-2_2.11-3.1.1.0

    Feb 20, 2020
  • easymock-3-2_2.11-3.2.0.0-M2

    Dec 02, 2019
  • easymock-3-2_2.11-3.1.0.0

    Nov 27, 2019
  • easymock-3-2_2.11-3.2.0.0-M1

    Sep 29, 2019
  • easymock-3-2_2.11-3.1.0.0-RC3

    Sep 18, 2019
  • easymock-3-2_2.11-3.1.0.0-RC2

    Sep 09, 2019

How to add a dependency to Maven

Add the following org.scalatestplus : easymock-3-2_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalatestplus</groupId>
    <artifactId>easymock-3-2_2.11</artifactId>
    <version>3.2.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalatestplus : easymock-3-2_2.11 gradle dependency to your build.gradle file:

implementation 'org.scalatestplus:easymock-3-2_2.11:3.2.10.0'

Gradle Kotlin DSL: Add the following org.scalatestplus : easymock-3-2_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalatestplus:easymock-3-2_2.11:3.2.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalatestplus : easymock-3-2_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalatestplus" % "easymock-3-2_2.11" % "3.2.10.0"