GroupId | GroupIdcom.github.siroshun09.mccommand |
---|---|
ArtifactId | ArtifactIdpaper |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
paper-2.2.1.pom | |
paper-2.2.1.jar | 15 KB |
paper-2.2.1-sources.jar | 12 KB |
paper-2.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/
implementation 'com.github.siroshun09.mccommand:paper:2.2.1'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/paper/
implementation ("com.github.siroshun09.mccommand:paper:2.2.1")
'com.github.siroshun09.mccommand:paper:jar:2.2.1'
<dependency org="com.github.siroshun09.mccommand" name="paper" rev="2.2.1">
<artifact name="paper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='paper', version='2.2.1')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "paper" % "2.2.1"
[com.github.siroshun09.mccommand/paper "2.2.1"]