is not current version
Last Version 0.1.4

io.github.shiruka:commands 0.1.0

A builder pattern-based command library.

GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

commands
Version

Version

0.1.0
Type

Type

jar

Download commands 0.1.0


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