MVN

de.mhus.lib : mongo-karaf-impl

Maven & Gradle

Mar 22, 2022

Enhance karaf with mongo

<dependency>
    <groupId>de.mhus.lib</groupId>
    <artifactId>mongo-karaf-impl</artifactId>
    <version>7.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mhus.lib : mongo-karaf-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.7.0

All Versions

Choose a version of de.mhus.lib : mongo-karaf-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.7.x
mongo-karaf-impl-7.7.0
7.2.x
mongo-karaf-impl-7.2.0
7.1.x
mongo-karaf-impl-7.1.0
7.0.x
mongo-karaf-impl-7.0.0
6.3.x
mongo-karaf-impl-6.3.0
1.6.x
mongo-karaf-impl-1.6.2

How to add a dependency to Maven

Add the following de.mhus.lib : mongo-karaf-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mhus.lib</groupId>
    <artifactId>mongo-karaf-impl</artifactId>
    <version>7.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mhus.lib : mongo-karaf-impl gradle dependency to your build.gradle file:

implementation 'de.mhus.lib:mongo-karaf-impl:7.7.0'

Gradle Kotlin DSL: Add the following de.mhus.lib : mongo-karaf-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mhus.lib:mongo-karaf-impl:7.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mhus.lib : mongo-karaf-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mhus.lib" % "mongo-karaf-impl" % "7.7.0"

Advertisement