MVN

com.zuunr.restbed : restbed-repository-mongodb

Maven & Gradle

Apr 19, 2021

Restbed repository mongodb · Mongodb implementation of the reactive repository interface in core project

<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-repository-mongodb</artifactId>
    <version>1.0.0.M10-27b6d6c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zuunr.restbed : restbed-repository-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.M10-27b6d6c

All Versions

Choose a version of com.zuunr.restbed : restbed-repository-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
restbed-repository-mongodb-1.0.0.M10-27b6d6c
restbed-repository-mongodb-1.0.0.M9-07a3b06
restbed-repository-mongodb-1.0.0.M8-cf5f7e5
restbed-repository-mongodb-1.0.0.M7-8fc4815
restbed-repository-mongodb-1.0.0.M6-509fe32
restbed-repository-mongodb-1.0.0.M5-b090925
restbed-repository-mongodb-1.0.0.M4-431c856
restbed-repository-mongodb-1.0.0.M3-cb1a1be
restbed-repository-mongodb-1.0.0.M2-48bce38
restbed-repository-mongodb-1.0.0.M1-efa0c0b

How to add a dependency to Maven

Add the following com.zuunr.restbed : restbed-repository-mongodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-repository-mongodb</artifactId>
    <version>1.0.0.M10-27b6d6c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zuunr.restbed : restbed-repository-mongodb gradle dependency to your build.gradle file:

implementation 'com.zuunr.restbed:restbed-repository-mongodb:1.0.0.M10-27b6d6c'

Gradle Kotlin DSL: Add the following com.zuunr.restbed : restbed-repository-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zuunr.restbed:restbed-repository-mongodb:1.0.0.M10-27b6d6c")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zuunr.restbed : restbed-repository-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zuunr.restbed" % "restbed-repository-mongodb" % "1.0.0.M10-27b6d6c"