is not current version
Last Version 2.2

xyz.tozymc.spigot:commands-api 2.0

Command libraries for spigot plugin.

GroupId

GroupId

xyz.tozymc.spigot
ArtifactId

ArtifactId

commands-api
Version

Version

2.0
Type

Type

jar

Download commands-api 2.0


<!-- https://jarcasting.com/artifacts/xyz.tozymc.spigot/commands-api/ -->
<dependency>
    <groupId>xyz.tozymc.spigot</groupId>
    <artifactId>commands-api</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tozymc.spigot/commands-api/
implementation 'xyz.tozymc.spigot:commands-api:2.0'
// https://jarcasting.com/artifacts/xyz.tozymc.spigot/commands-api/
implementation ("xyz.tozymc.spigot:commands-api:2.0")
'xyz.tozymc.spigot:commands-api:jar:2.0'
<dependency org="xyz.tozymc.spigot" name="commands-api" rev="2.0">
  <artifact name="commands-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tozymc.spigot', module='commands-api', version='2.0')
)
libraryDependencies += "xyz.tozymc.spigot" % "commands-api" % "2.0"
[xyz.tozymc.spigot/commands-api "2.0"]