i

inventory

A minecraft data structure library with the goal of being compliant with the vanilla client
https://github.com/Lenni0451/MCStructs
MIT License
文件下载
文件名 操作
inventory-2.4.2.jar 下载
inventory-2.4.2.pom 下载
inventory-2.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.lenni0451.mcstructs</groupId>
  <artifactId>inventory</artifactId>
  <version>2.4.2</version>
</dependency>
Gradle Groovy
implementation 'net.lenni0451.mcstructs:inventory:2.4.2'
Gradle Kotlin
implementation("net.lenni0451.mcstructs:inventory:2.4.2")
Scala SBT
libraryDependencies += "net.lenni0451.mcstructs" % "inventory" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='net.lenni0451.mcstructs', module='inventory', version='2.4.2')
)
Apache Ivy
<dependency org="net.lenni0451.mcstructs" name="inventory" rev="2.4.2" />
Leiningen
[net.lenni0451.mcstructs/inventory "2.4.2"]
Apache Buildr
'net.lenni0451.mcstructs:inventory:jar:2.4.2'