License |
License |
---|---|
GroupId | GroupIdcom.github.siroshun09.mccommand |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA library to help implement Bukkit and BungeeCord commands.
|
Filename | Size |
---|---|
common-3.0.0.pom | |
common-3.0.0.jar | 29 KB |
common-3.0.0-sources.jar | 24 KB |
common-3.0.0-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/common/ -->
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/common/
implementation 'com.github.siroshun09.mccommand:common:3.0.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/common/
implementation ("com.github.siroshun09.mccommand:common:3.0.0")
'com.github.siroshun09.mccommand:common:jar:3.0.0'
<dependency org="com.github.siroshun09.mccommand" name="common" rev="3.0.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='common', version='3.0.0')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "common" % "3.0.0"
[com.github.siroshun09.mccommand/common "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 |