is not current version
Last Version 1.2

io.github.chafficui:CrucialAPI 1.0

CrucialAPI is an easy-to-use API for spigot developers. It aims to make all features of Spigot even easier to use in a consistent way. In addition, there are numerous other functions far beyond Spigot that can be used easily.

GroupId

GroupId

io.github.chafficui
ArtifactId

ArtifactId

CrucialAPI
Version

Version

1.0
Type

Type

jar

Download CrucialAPI 1.0


<!-- https://jarcasting.com/artifacts/io.github.chafficui/CrucialAPI/ -->
<dependency>
    <groupId>io.github.chafficui</groupId>
    <artifactId>CrucialAPI</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chafficui/CrucialAPI/
implementation 'io.github.chafficui:CrucialAPI:1.0'
// https://jarcasting.com/artifacts/io.github.chafficui/CrucialAPI/
implementation ("io.github.chafficui:CrucialAPI:1.0")
'io.github.chafficui:CrucialAPI:jar:1.0'
<dependency org="io.github.chafficui" name="CrucialAPI" rev="1.0">
  <artifact name="CrucialAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chafficui', module='CrucialAPI', version='1.0')
)
libraryDependencies += "io.github.chafficui" % "CrucialAPI" % "1.0"
[io.github.chafficui/CrucialAPI "1.0"]