MVN

org.reactivemongo : reactivemongo-actors-akka_2.13

Maven & Gradle

Dec 20, 2023
845 stars

ReactiveMongo-Actors-Akka · ReactiveMongo-Actors-Akka

<dependency>
    <groupId>org.reactivemongo</groupId>
    <artifactId>reactivemongo-actors-akka_2.13</artifactId>
    <version>1.1.0-RC12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0-RC12
  • Latest Release Candidate: 1.1.0-RC12

All Versions

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

Version Vulnerabilities Updated
1.1.x
reactivemongo-actors-akka_2.13-1.1.0-RC12
reactivemongo-actors-akka_2.13-1.1.0.noshaded-RC12

How to add a dependency to Maven

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

<dependency>
    <groupId>org.reactivemongo</groupId>
    <artifactId>reactivemongo-actors-akka_2.13</artifactId>
    <version>1.1.0-RC12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.reactivemongo:reactivemongo-actors-akka_2.13:1.1.0-RC12'

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

implementation("org.reactivemongo:reactivemongo-actors-akka_2.13:1.1.0-RC12")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.reactivemongo" % "reactivemongo-actors-akka_2.13" % "1.1.0-RC12"