License |
License |
---|---|
GroupId | GroupIdcom.github.siroshun09.mccommand |
ArtifactId | ArtifactIdpaper |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionA library to help implement Bukkit and BungeeCord commands.
|
Filename | Size |
---|---|
paper-3.0.0.pom | |
paper-3.0.0.jar | 15 KB |
paper-3.0.0-sources.jar | 13 KB |
paper-3.0.0-javadoc.jar | 468 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/ -->
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>paper</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/
implementation 'com.github.siroshun09.mccommand:paper:3.0.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/
implementation ("com.github.siroshun09.mccommand:paper:3.0.0")
'com.github.siroshun09.mccommand:paper:jar:3.0.0'
<dependency org="com.github.siroshun09.mccommand" name="paper" rev="3.0.0">
<artifact name="paper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='paper', version='3.0.0')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "paper" % "3.0.0"
[com.github.siroshun09.mccommand/paper "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.siroshun09.mccommand : common | jar | 3.0.0 |
com.github.siroshun09.adventureextender : adventureextender | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.destroystokyo.paper » paper-api | jar | 1.16.5-R0.1-SNAPSHOT |
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 |