is not current version
Last Version 2.2

xyz.tozymc.spigot:commands-api 1.1

Command libraries for spigot plugin.

GroupId

GroupId

xyz.tozymc.spigot
ArtifactId

ArtifactId

commands-api
Version

Version

1.1
Type

Type

jar

Download commands-api 1.1


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