MVN

net.kyori : adventure-text-serializer-legacy-text3

Maven & Gradle

Mar 16, 2023
156 stars

adventure-text-serializer-legacy-text3 · Legacy platform integrations for the adventure UI library

<dependency>
    <groupId>net.kyori</groupId>
    <artifactId>adventure-text-serializer-legacy-text3</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kyori : adventure-text-serializer-legacy-text3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of net.kyori : adventure-text-serializer-legacy-text3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
adventure-text-serializer-legacy-text3-4.3.0
4.2.x
adventure-text-serializer-legacy-text3-4.2.0
4.1.x
adventure-text-serializer-legacy-text3-4.1.2
adventure-text-serializer-legacy-text3-4.1.1
adventure-text-serializer-legacy-text3-4.1.0
4.0.x
adventure-text-serializer-legacy-text3-4.0.1
adventure-text-serializer-legacy-text3-4.0.0

How to add a dependency to Maven

Add the following net.kyori : adventure-text-serializer-legacy-text3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.kyori</groupId>
    <artifactId>adventure-text-serializer-legacy-text3</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.kyori : adventure-text-serializer-legacy-text3 gradle dependency to your build.gradle file:

implementation 'net.kyori:adventure-text-serializer-legacy-text3:4.3.0'

Gradle Kotlin DSL: Add the following net.kyori : adventure-text-serializer-legacy-text3 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.kyori:adventure-text-serializer-legacy-text3:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.kyori : adventure-text-serializer-legacy-text3 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.kyori" % "adventure-text-serializer-legacy-text3" % "4.3.0"

Advertisement