MVN

net.onelitefeather.microtus : Minestom

Maven & Gradle

Aug 08, 2023
11 stars

Minestom · Lightweight and multi-threaded Minecraft server implementation

<dependency>
    <groupId>net.onelitefeather.microtus</groupId>
    <artifactId>Minestom</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.onelitefeather.microtus : Minestom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of net.onelitefeather.microtus : Minestom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
Minestom-1.1.1
Minestom-1.1.1-SNAPSHOT+5fab633
Minestom-1.1.1-SNAPSHOT+1029942
Minestom-1.1.1-SNAPSHOT+97220ae
Minestom-1.1.1-SNAPSHOT+542b699
Minestom-1.1.1-SNAPSHOT+a8e43bb
Minestom-1.1.1-SNAPSHOT+45a6929
Minestom-1.1.0
Minestom-1.1.0-SNAPSHOT+f4d9e06
Minestom-1.1.0-SNAPSHOT+ee6b6fe
Minestom-1.1.0-SNAPSHOT+7e0f619
Minestom-1.1.0-SNAPSHOT+757f238
Minestom-1.1.0-SNAPSHOT+25c2976
Minestom-1.1.0-SNAPSHOT+9284d26

How to add a dependency to Maven

Add the following net.onelitefeather.microtus : Minestom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.onelitefeather.microtus</groupId>
    <artifactId>Minestom</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.onelitefeather.microtus : Minestom gradle dependency to your build.gradle file:

implementation 'net.onelitefeather.microtus:Minestom:1.1.1'

Gradle Kotlin DSL: Add the following net.onelitefeather.microtus : Minestom gradle kotlin dependency to your build.gradle.kts file:

implementation("net.onelitefeather.microtus:Minestom:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.onelitefeather.microtus : Minestom sbt scala dependency to your build.sbt file:

libraryDependencies += "net.onelitefeather.microtus" % "Minestom" % "1.1.1"