MVN

eu.cloudnetservice.cloudnet : database-mysql

Maven & Gradle

Jul 09, 2023
356 stars

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

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

Latest Version

Choose a version of eu.cloudnetservice.cloudnet : database-mysql 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-mysql to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>database-mysql</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-mysql gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement