MVN

com.github.siroshun09.mccommand : mccommand

Maven & Gradle

Jun 06, 2021
0 stars

MCCommand · A library to help implement Bukkit and BungeeCord commands.

<dependency>
    <groupId>com.github.siroshun09.mccommand</groupId>
    <artifactId>mccommand</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.siroshun09.mccommand : mccommand to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.github.siroshun09.mccommand : mccommand to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
mccommand-3.0.0
2.3.x
mccommand-2.3.0
2.2.x
mccommand-2.2.2
mccommand-2.2.1
mccommand-2.2.0
2.1.x
mccommand-2.1.1
mccommand-2.1.0
2.0.x
mccommand-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.siroshun09.mccommand</groupId>
    <artifactId>mccommand</artifactId>
    <version>3.0.0</version>
</dependency>

Advertisement