is not current version
Last Version 1.12-1.6.5

net.kyori:text 1.11-1.6.0

A text library for Minecraft.

Categories

Categories

Net
GroupId

GroupId

net.kyori
ArtifactId

ArtifactId

text
Version

Version

1.11-1.6.0
Type

Type

jar

Download text 1.11-1.6.0


<!-- https://jarcasting.com/artifacts/net.kyori/text/ -->
<dependency>
    <groupId>net.kyori</groupId>
    <artifactId>text</artifactId>
    <version>1.11-1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kyori/text/
implementation 'net.kyori:text:1.11-1.6.0'
// https://jarcasting.com/artifacts/net.kyori/text/
implementation ("net.kyori:text:1.11-1.6.0")
'net.kyori:text:jar:1.11-1.6.0'
<dependency org="net.kyori" name="text" rev="1.11-1.6.0">
  <artifact name="text" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kyori', module='text', version='1.11-1.6.0')
)
libraryDependencies += "net.kyori" % "text" % "1.11-1.6.0"
[net.kyori/text "1.11-1.6.0"]