GroupId | GroupIdcom.github.siroshun09.mccommand |
---|---|
ArtifactId | ArtifactIdpaper |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
paper-2.2.2.pom | |
paper-2.2.2.jar | 15 KB |
paper-2.2.2-sources.jar | 12 KB |
paper-2.2.2-javadoc.jar | 467 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/ -->
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>paper</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/
implementation 'com.github.siroshun09.mccommand:paper:2.2.2'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/
implementation ("com.github.siroshun09.mccommand:paper:2.2.2")
'com.github.siroshun09.mccommand:paper:jar:2.2.2'
<dependency org="com.github.siroshun09.mccommand" name="paper" rev="2.2.2">
<artifact name="paper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='paper', version='2.2.2')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "paper" % "2.2.2"
[com.github.siroshun09.mccommand/paper "2.2.2"]