MVN

com.github.alfonsoLeandro : MPUtils

Maven & Gradle

Oct 04, 2021
3 stars

MPUtils · Library for minecraft plugin development

<dependency>
    <groupId>com.github.alfonsoLeandro</groupId>
    <artifactId>MPUtils</artifactId>
    <version>1.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alfonsoLeandro : MPUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.3

All Versions

Choose a version of com.github.alfonsoLeandro : MPUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
MPUtils-1.9.3
MPUtils-1.9.2
MPUtils-1.9.1
MPUtils-1.9.0
1.8.x
MPUtils-1.8.1
MPUtils-1.8.0
1.7.x
MPUtils-1.7.0
1.5.x
MPUtils-1.5.0
1.4.x
MPUtils-1.4.4
MPUtils-1.4.3
MPUtils-1.4.2
MPUtils-1.4.1
MPUtils-1.4.0
1.3.x
MPUtils-1.3.0
1.2.x
MPUtils-1.2.1
MPUtils-1.2.0
1.1.x
MPUtils-1.1.0
1.0.x
MPUtils-1.0.2
MPUtils-1.0.1
MPUtils-1.0.0
0.9.x
MPUtils-0.9.2
MPUtils-0.9.1
MPUtils-0.9.0

How to add a dependency to Maven

Add the following com.github.alfonsoLeandro : MPUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alfonsoLeandro</groupId>
    <artifactId>MPUtils</artifactId>
    <version>1.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alfonsoLeandro : MPUtils gradle dependency to your build.gradle file:

implementation 'com.github.alfonsoLeandro:MPUtils:1.9.3'

Gradle Kotlin DSL: Add the following com.github.alfonsoLeandro : MPUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alfonsoLeandro:MPUtils:1.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alfonsoLeandro : MPUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alfonsoLeandro" % "MPUtils" % "1.9.3"