MVN

de.adorsys.cryptoutils : mongodbstoreconnection

Maven & Gradle

Mar 18, 2019
7 usages
1 stars
<dependency>
    <groupId>de.adorsys.cryptoutils</groupId>
    <artifactId>mongodbstoreconnection</artifactId>
    <version>0.23.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.cryptoutils : mongodbstoreconnection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23.13

All Versions

Choose a version of de.adorsys.cryptoutils : mongodbstoreconnection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
mongodbstoreconnection-0.23.13
mongodbstoreconnection-0.23.12
mongodbstoreconnection-0.23.10
mongodbstoreconnection-0.23.9
mongodbstoreconnection-0.23.8
mongodbstoreconnection-0.23.7
mongodbstoreconnection-0.23.6
mongodbstoreconnection-0.23.5
mongodbstoreconnection-0.23.4
mongodbstoreconnection-0.23.3
mongodbstoreconnection-0.23.2
mongodbstoreconnection-0.23.0
0.22.x
mongodbstoreconnection-0.22.0
0.21.x
mongodbstoreconnection-0.21.3
mongodbstoreconnection-0.21.2
mongodbstoreconnection-0.21.1
mongodbstoreconnection-0.21.0
0.20.x
mongodbstoreconnection-0.20.2
mongodbstoreconnection-0.20.1
mongodbstoreconnection-0.20.0
0.18.x
mongodbstoreconnection-0.18.10
mongodbstoreconnection-0.18.9
mongodbstoreconnection-0.18.8
mongodbstoreconnection-0.18.7
mongodbstoreconnection-0.18.6
mongodbstoreconnection-0.18.5
mongodbstoreconnection-0.18.4
0.16.x
mongodbstoreconnection-0.16.0
0.15.x
mongodbstoreconnection-0.15.0
0.14.x
mongodbstoreconnection-0.14.0

How to add a dependency to Maven

Add the following de.adorsys.cryptoutils : mongodbstoreconnection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.adorsys.cryptoutils</groupId>
    <artifactId>mongodbstoreconnection</artifactId>
    <version>0.23.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adorsys.cryptoutils : mongodbstoreconnection gradle dependency to your build.gradle file:

implementation 'de.adorsys.cryptoutils:mongodbstoreconnection:0.23.13'

Gradle Kotlin DSL: Add the following de.adorsys.cryptoutils : mongodbstoreconnection gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adorsys.cryptoutils:mongodbstoreconnection:0.23.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adorsys.cryptoutils : mongodbstoreconnection sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adorsys.cryptoutils" % "mongodbstoreconnection" % "0.23.13"

Advertisement