License |
License |
---|---|
GroupId | GroupIdcom.github.siroshun09.mccommand |
ArtifactId | ArtifactIdmccommand |
Version | Version3.0.0 |
Type | Typepom |
Description |
DescriptionMCCommand
A library to help implement Bukkit and BungeeCord commands.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mccommand-3.0.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>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/
implementation 'com.github.siroshun09.mccommand:mccommand:3.0.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/
implementation ("com.github.siroshun09.mccommand:mccommand:3.0.0")
'com.github.siroshun09.mccommand:mccommand:pom:3.0.0'
<dependency org="com.github.siroshun09.mccommand" name="mccommand" rev="3.0.0">
<artifact name="mccommand" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='mccommand', version='3.0.0')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "mccommand" % "3.0.0"
[com.github.siroshun09.mccommand/mccommand "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.siroshun09.adventureextender : adventureextender | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 21.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |