MVN

it.multicoredev.mclib : MCLib-Database

Maven & Gradle

Nov 21, 2022
3 stars
<dependency>
    <groupId>it.multicoredev.mclib</groupId>
    <artifactId>MCLib-Database</artifactId>
    <version>1.7.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.multicoredev.mclib : MCLib-Database to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2.5

All Versions

Choose a version of it.multicoredev.mclib : MCLib-Database to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
MCLib-Database-1.7.2.5

How to add a dependency to Maven

Add the following it.multicoredev.mclib : MCLib-Database maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.multicoredev.mclib</groupId>
    <artifactId>MCLib-Database</artifactId>
    <version>1.7.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.multicoredev.mclib : MCLib-Database gradle dependency to your build.gradle file:

implementation 'it.multicoredev.mclib:MCLib-Database:1.7.2.5'

Gradle Kotlin DSL: Add the following it.multicoredev.mclib : MCLib-Database gradle kotlin dependency to your build.gradle.kts file:

implementation("it.multicoredev.mclib:MCLib-Database:1.7.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.multicoredev.mclib : MCLib-Database sbt scala dependency to your build.sbt file:

libraryDependencies += "it.multicoredev.mclib" % "MCLib-Database" % "1.7.2.5"