t

text-serializer-legacy

A text library for Minecraft.
https://github.com/KyoriPowered/text
MIT License
kashike Luck
Files download
File Operation
text-serializer-legacy-3.0.4.jar download
text-serializer-legacy-3.0.4.pom download
text-serializer-legacy-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.kyori</groupId>
  <artifactId>text-serializer-legacy</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'net.kyori:text-serializer-legacy:3.0.4'
Gradle Kotlin
implementation("net.kyori:text-serializer-legacy:3.0.4")
Scala SBT
libraryDependencies += "net.kyori" % "text-serializer-legacy" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.kyori', module='text-serializer-legacy', version='3.0.4')
)
Apache Ivy
<dependency org="net.kyori" name="text-serializer-legacy" rev="3.0.4" />
Leiningen
[net.kyori/text-serializer-legacy "3.0.4"]
Apache Buildr
'net.kyori:text-serializer-legacy:jar:3.0.4'