Caution
This version of the Adventure documentation has been built as a preview of pull request adventure-docs#131, and has not been reviewed.
Please consult the pull request to view any discussion and existing reviews.
Declaring the dependency:
<dependency>
<groupId>net.kyori</groupId>
<artifactId>|artifact|</artifactId>
<version>|version|</version>
</dependency>
repositories {
mavenCentral()
}
dependencies {
implementation "net.kyori:|artifact|:|version|"
}
repositories {
mavenCentral()
}
dependencies {
implementation("net.kyori:|artifact|:|version|")
}
Need development/snapshot builds? Using Snapshot Builds