C

CatUtils

A variety of useful Spigot commands.
https://github.com/gamercatorg/catutils
The MIT License (MIT)
GamerCat Meow
Files download
File Operation
CatUtils-1.4.1.jar download
CatUtils-1.4.1.pom download
CatUtils-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gamercatorg</groupId>
  <artifactId>CatUtils</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.gamercatorg:CatUtils:1.4.1'
Gradle Kotlin
implementation("io.github.gamercatorg:CatUtils:1.4.1")
Scala SBT
libraryDependencies += "io.github.gamercatorg" % "CatUtils" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gamercatorg', module='CatUtils', version='1.4.1')
)
Apache Ivy
<dependency org="io.github.gamercatorg" name="CatUtils" rev="1.4.1" />
Leiningen
[io.github.gamercatorg/CatUtils "1.4.1"]
Apache Buildr
'io.github.gamercatorg:CatUtils:jar:1.4.1'