is not current version
Last Version 0.1.4

io.github.shiruka:commands 0.0.11

A builder pattern-based command library.

GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

commands
Version

Version

0.0.11
Type

Type

jar

Download commands 0.0.11


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