MVN

games.cultivate : MCMMOCredits

Maven & Gradle

Aug 21, 2023
1 stars

MCMMOCredits · MCMMOCredits

<dependency>
    <groupId>games.cultivate</groupId>
    <artifactId>MCMMOCredits</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of games.cultivate : MCMMOCredits to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4

All Versions

Choose a version of games.cultivate : MCMMOCredits to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
MCMMOCredits-0.4.4
MCMMOCredits-0.4.3
MCMMOCredits-0.4.2
MCMMOCredits-0.4.1
MCMMOCredits-0.4.0
0.3.x
MCMMOCredits-0.3.9
MCMMOCredits-0.3.7
MCMMOCredits-0.3.6
MCMMOCredits-0.3.4
MCMMOCredits-0.3.3
MCMMOCredits-0.3.2

How to add a dependency to Maven

Add the following games.cultivate : MCMMOCredits maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>games.cultivate</groupId>
    <artifactId>MCMMOCredits</artifactId>
    <version>0.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following games.cultivate : MCMMOCredits gradle dependency to your build.gradle file:

implementation 'games.cultivate:MCMMOCredits:0.4.4'

Gradle Kotlin DSL: Add the following games.cultivate : MCMMOCredits gradle kotlin dependency to your build.gradle.kts file:

implementation("games.cultivate:MCMMOCredits:0.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following games.cultivate : MCMMOCredits sbt scala dependency to your build.sbt file:

libraryDependencies += "games.cultivate" % "MCMMOCredits" % "0.4.4"