is not current version
Last Version 3.0.0

MCCommand 2.3.0

A library to help implement Bukkit and BungeeCord commands.

License

License

GroupId

GroupId

com.github.siroshun09.mccommand
ArtifactId

ArtifactId

mccommand
Version

Version

2.3.0
Type

Type

pom
Description

Description

MCCommand
A library to help implement Bukkit and BungeeCord commands.
Project URL

Project URL

https://github.com/Siroshun09/MCCommand
Source Code Management

Source Code Management

https://github.com/Siroshun09/MCCommand

Download mccommand 2.3.0

Filename Size
mccommand-2.3.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.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/
implementation 'com.github.siroshun09.mccommand:mccommand:2.3.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/
implementation ("com.github.siroshun09.mccommand:mccommand:2.3.0")
'com.github.siroshun09.mccommand:mccommand:pom:2.3.0'
<dependency org="com.github.siroshun09.mccommand" name="mccommand" rev="2.3.0">
  <artifact name="mccommand" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='mccommand', version='2.3.0')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "mccommand" % "2.3.0"
[com.github.siroshun09.mccommand/mccommand "2.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.siroshun09.mcmessage : mcmessage jar 2.2.1

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 20.1.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

Project Modules

  • common
  • bukkit
  • bungee
  • paper