MVN

dev.hollowcube : minestom-ce-snapshots

Maven & Gradle

Nov 23, 2023
110 stars

minestom-ce-snapshots · 1.20.1 Lightweight Minecraft server

<dependency>
    <groupId>dev.hollowcube</groupId>
    <artifactId>minestom-ce-snapshots</artifactId>
    <version>1_20_2-91b93068b2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hollowcube : minestom-ce-snapshots to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1_20_2-91b93068b2

All Versions

Choose a version of dev.hollowcube : minestom-ce-snapshots to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1_20_2
minestom-ce-snapshots-1_20_2-91b93068b2
minestom-ce-snapshots-1_20_2-8a10e67ce8
minestom-ce-snapshots-1_20_2-bc9073c68d

How to add a dependency to Maven

Add the following dev.hollowcube : minestom-ce-snapshots maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.hollowcube</groupId>
    <artifactId>minestom-ce-snapshots</artifactId>
    <version>1_20_2-91b93068b2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hollowcube : minestom-ce-snapshots gradle dependency to your build.gradle file:

implementation 'dev.hollowcube:minestom-ce-snapshots:1_20_2-91b93068b2'

Gradle Kotlin DSL: Add the following dev.hollowcube : minestom-ce-snapshots gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hollowcube:minestom-ce-snapshots:1_20_2-91b93068b2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hollowcube : minestom-ce-snapshots sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hollowcube" % "minestom-ce-snapshots" % "1_20_2-91b93068b2"

Advertisement