MVN

com.ubertob.kondor : kondor-mongo

Maven & Gradle

Jul 14, 2023
75 stars

kondor-mongo · A library to use Mongo with Kondor converters

<dependency>
    <groupId>com.ubertob.kondor</groupId>
    <artifactId>kondor-mongo</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ubertob.kondor : kondor-mongo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.ubertob.kondor : kondor-mongo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
kondor-mongo-2.0.0
1.9.x
kondor-mongo-1.9.5
kondor-mongo-1.9.4
kondor-mongo-1.9.3
kondor-mongo-1.9.2
kondor-mongo-1.9.1
kondor-mongo-1.9.0
1.8.x
kondor-mongo-1.8.7
kondor-mongo-1.8.6
kondor-mongo-1.8.5
kondor-mongo-1.8.4
kondor-mongo-1.8.3
kondor-mongo-1.8.1

How to add a dependency to Maven

Add the following com.ubertob.kondor : kondor-mongo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ubertob.kondor</groupId>
    <artifactId>kondor-mongo</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ubertob.kondor : kondor-mongo gradle dependency to your build.gradle file:

implementation 'com.ubertob.kondor:kondor-mongo:2.0.0'

Gradle Kotlin DSL: Add the following com.ubertob.kondor : kondor-mongo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ubertob.kondor:kondor-mongo:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ubertob.kondor : kondor-mongo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ubertob.kondor" % "kondor-mongo" % "2.0.0"

Advertisement