MVN

io.github.shiruka : world-fragment

Maven & Gradle

Nov 13, 2020

world-fragment · A fragment to cover Minecraft worlds and chunks.

<dependency>
    <groupId>io.github.shiruka</groupId>
    <artifactId>world-fragment</artifactId>
    <version>3.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shiruka : world-fragment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.11

All Versions

Choose a version of io.github.shiruka : world-fragment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
world-fragment-3.2.11
world-fragment-3.2.10
world-fragment-3.2.9
world-fragment-3.2.8
world-fragment-3.2.7
world-fragment-3.2.6
world-fragment-3.2.5
world-fragment-3.2.4
world-fragment-3.2.3
world-fragment-3.2.2
world-fragment-3.2.1
world-fragment-3.2.0
3.1.x
world-fragment-3.1.8
world-fragment-3.1.7
world-fragment-3.1.6
world-fragment-3.1.5
world-fragment-3.1.4
world-fragment-3.1.3
world-fragment-3.1.2
world-fragment-3.1.1
world-fragment-3.1.0
3.0.x
world-fragment-3.0.0

How to add a dependency to Maven

Add the following io.github.shiruka : world-fragment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shiruka</groupId>
    <artifactId>world-fragment</artifactId>
    <version>3.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shiruka : world-fragment gradle dependency to your build.gradle file:

implementation 'io.github.shiruka:world-fragment:3.2.11'

Gradle Kotlin DSL: Add the following io.github.shiruka : world-fragment gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shiruka:world-fragment:3.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shiruka : world-fragment sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shiruka" % "world-fragment" % "3.2.11"

Advertisement