MVN

net.lenni0451.mcstructs : all

Maven & Gradle

Aug 12, 2023
6 stars

MCStructs · A minecraft data structure library with the goal of being compliant with the vanilla client

<dependency>
    <groupId>net.lenni0451.mcstructs</groupId>
    <artifactId>all</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lenni0451.mcstructs : all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of net.lenni0451.mcstructs : all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
all-2.3.1
all-2.3.0
2.2.x
all-2.2.6
all-2.2.5
all-2.2.4
all-2.2.3
all-2.2.2
all-2.2.1
all-2.2.0
2.1.x
all-2.1.1
all-2.1.0

How to add a dependency to Maven

Add the following net.lenni0451.mcstructs : all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.lenni0451.mcstructs</groupId>
    <artifactId>all</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.lenni0451.mcstructs : all gradle dependency to your build.gradle file:

implementation 'net.lenni0451.mcstructs:all:2.3.1'

Gradle Kotlin DSL: Add the following net.lenni0451.mcstructs : all gradle kotlin dependency to your build.gradle.kts file:

implementation("net.lenni0451.mcstructs:all:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.lenni0451.mcstructs : all sbt scala dependency to your build.sbt file:

libraryDependencies += "net.lenni0451.mcstructs" % "all" % "2.3.1"

Advertisement