is not current version
Last Version 3.0.0

com.github.siroshun09.mccommand:mccommand 2.2.0

A library to help implement Bukkit and BungeeCord commands.

GroupId

GroupId

com.github.siroshun09.mccommand
ArtifactId

ArtifactId

mccommand
Version

Version

2.2.0
Type

Type

pom

Download mccommand 2.2.0

Filename Size
mccommand-2.2.0.pom 9 KB
Browse

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