a

adventure-text-serializer-gson

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