t

text

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