is not current version
Last Version 1.12-1.6.5

net.kyori:text 1.12-1.6.1

A text library for Minecraft.

Categories

Categories

Net
GroupId

GroupId

net.kyori
ArtifactId

ArtifactId

text
Version

Version

1.12-1.6.1
Type

Type

jar

Download text 1.12-1.6.1


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