MVN

org.reactivemongo : reactivemongo-test_2.13

Maven & Gradle

Jul 14, 2023
845 stars

ReactiveMongo-Test · ReactiveMongo test helpers

<dependency>
    <groupId>org.reactivemongo</groupId>
    <artifactId>reactivemongo-test_2.13</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.reactivemongo : reactivemongo-test_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-noshaded
  • Latest Release Candidate: 1.1.0-RC11

All Versions

Choose a version of org.reactivemongo : reactivemongo-test_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
reactivemongo-test_2.13-1.1.0-RC11
reactivemongo-test_2.13-1.1.0-noshaded-RC11
reactivemongo-test_2.13-1.1.0-RC10
reactivemongo-test_2.13-1.1.0-noshaded-RC10
reactivemongo-test_2.13-1.1.0-RC9
reactivemongo-test_2.13-1.1.0-noshaded-RC9
reactivemongo-test_2.13-1.1.0-RC8
reactivemongo-test_2.13-1.1.0-noshaded-RC8
reactivemongo-test_2.13-1.1.0-RC7
reactivemongo-test_2.13-1.1.0-noshaded-RC7
reactivemongo-test_2.13-1.1.0-RC6
reactivemongo-test_2.13-1.1.0-noshaded-RC6
reactivemongo-test_2.13-1.1.0-RC5
reactivemongo-test_2.13-1.1.0-noshaded-RC5
reactivemongo-test_2.13-1.1.0-noshaded-RC4
reactivemongo-test_2.13-1.1.0-RC4
1.0.x
reactivemongo-test_2.13-1.0.0-noshaded
reactivemongo-test_2.13-1.0.0
reactivemongo-test_2.13-1.0.0-noshaded-rc.3
reactivemongo-test_2.13-1.0.0-rc.3
reactivemongo-test_2.13-1.0.0-noshaded-rc.2
reactivemongo-test_2.13-1.0.0-rc.2
reactivemongo-test_2.13-1.0.0-noshaded-rc.1
reactivemongo-test_2.13-1.0.0-rc.1

How to add a dependency to Maven

Add the following org.reactivemongo : reactivemongo-test_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.reactivemongo</groupId>
    <artifactId>reactivemongo-test_2.13</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.reactivemongo : reactivemongo-test_2.13 gradle dependency to your build.gradle file:

implementation 'org.reactivemongo:reactivemongo-test_2.13:1.0.0'

Gradle Kotlin DSL: Add the following org.reactivemongo : reactivemongo-test_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.reactivemongo:reactivemongo-test_2.13:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.reactivemongo : reactivemongo-test_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.reactivemongo" % "reactivemongo-test_2.13" % "1.0.0"

Advertisement