MVN

io.coney.testing : mongodb-executable

Maven & Gradle

Jul 29, 2021

mongodb-executable · MongoDb executables for various platform

<dependency>
    <groupId>io.coney.testing</groupId>
    <artifactId>mongodb-executable</artifactId>
    <version>4.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.coney.testing : mongodb-executable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.12

All Versions

Choose a version of io.coney.testing : mongodb-executable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
mongodb-executable-4.0.12

How to add a dependency to Maven

Add the following io.coney.testing : mongodb-executable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.coney.testing</groupId>
    <artifactId>mongodb-executable</artifactId>
    <version>4.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.coney.testing : mongodb-executable gradle dependency to your build.gradle file:

implementation 'io.coney.testing:mongodb-executable:4.0.12'

Gradle Kotlin DSL: Add the following io.coney.testing : mongodb-executable gradle kotlin dependency to your build.gradle.kts file:

implementation("io.coney.testing:mongodb-executable:4.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.coney.testing : mongodb-executable sbt scala dependency to your build.sbt file:

libraryDependencies += "io.coney.testing" % "mongodb-executable" % "4.0.12"

Advertisement