a

adventure-text-serializer-gson

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