MVN

de.comhix.commons : mongodb

Maven & Gradle

Sep 07, 2021

ComHix mongodb · Base classes for working with Mongodb

<dependency>
    <groupId>de.comhix.commons</groupId>
    <artifactId>mongodb</artifactId>
    <version>3.5.194</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.comhix.commons : mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.194

All Versions

Choose a version of de.comhix.commons : mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mongodb-3.5.194
3.4.x
mongodb-3.4.193
mongodb-3.4.192
mongodb-3.4.191
mongodb-3.4.190
mongodb-3.4.189
3.3.x
mongodb-3.3.188
mongodb-3.3.186
mongodb-3.3.185
mongodb-3.3.183
mongodb-3.3.182
3.2.x
mongodb-3.2.181
mongodb-3.2.180
mongodb-3.2.179
mongodb-3.2.178
3.1.x
mongodb-3.1.177
mongodb-3.1.175
mongodb-3.1.174
mongodb-3.1.173
3.0.x
mongodb-3.0.172
2.2.x
mongodb-2.2.5
mongodb-2.2.4
mongodb-2.2.3
mongodb-2.2.2
mongodb-2.2.0
2.1.x
mongodb-2.1.0
2.0.x
mongodb-2.0.3
mongodb-2.0.2
mongodb-2.0.1
mongodb-2.0.0
1.6.x
mongodb-1.6.3
mongodb-1.6.2
mongodb-1.6.0
1.5.x
mongodb-1.5.5
mongodb-1.5.4
mongodb-1.5.3
mongodb-1.5.2
mongodb-1.5.1
mongodb-1.5.0

How to add a dependency to Maven

Add the following de.comhix.commons : mongodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.comhix.commons</groupId>
    <artifactId>mongodb</artifactId>
    <version>3.5.194</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.comhix.commons : mongodb gradle dependency to your build.gradle file:

implementation 'de.comhix.commons:mongodb:3.5.194'

Gradle Kotlin DSL: Add the following de.comhix.commons : mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("de.comhix.commons:mongodb:3.5.194")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.comhix.commons : mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "de.comhix.commons" % "mongodb" % "3.5.194"

Advertisement