MVN

eu.cloudnetservice.cloudnet : database-mongodb

Maven & Gradle

Jul 09, 2023
354 stars

database-mongodb · A modern application that can dynamically and easily deliver Minecraft oriented software

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>database-mongodb</artifactId>
    <version>4.0.0-RC9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.cloudnetservice.cloudnet : database-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-RC9
  • Latest Release Candidate: 4.0.0-RC9

All Versions

Choose a version of eu.cloudnetservice.cloudnet : database-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
database-mongodb-4.0.0-RC9
database-mongodb-4.0.0-RC8
database-mongodb-4.0.0-RC7
database-mongodb-4.0.0-RC6
database-mongodb-4.0.0-RC5
database-mongodb-4.0.0-RC4
database-mongodb-4.0.0-RC3
database-mongodb-4.0.0-RC2
database-mongodb-4.0.0-RC1

How to add a dependency to Maven

Add the following eu.cloudnetservice.cloudnet : database-mongodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>database-mongodb</artifactId>
    <version>4.0.0-RC9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.cloudnetservice.cloudnet : database-mongodb gradle dependency to your build.gradle file:

implementation 'eu.cloudnetservice.cloudnet:database-mongodb:4.0.0-RC9'

Gradle Kotlin DSL: Add the following eu.cloudnetservice.cloudnet : database-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.cloudnetservice.cloudnet:database-mongodb:4.0.0-RC9")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.cloudnetservice.cloudnet : database-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.cloudnetservice.cloudnet" % "database-mongodb" % "4.0.0-RC9"

Advertisement