GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdpaper |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
paper-1.3.8.pom | |
paper-1.3.8.jar | 81 KB |
paper-1.3.8-sources.jar | 61 KB |
paper-1.3.8-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/paper/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>paper</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/paper/
implementation 'io.github.shaohuizhe:paper:1.3.8'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/paper/
implementation ("io.github.shaohuizhe:paper:1.3.8")
'io.github.shaohuizhe:paper:jar:1.3.8'
<dependency org="io.github.shaohuizhe" name="paper" rev="1.3.8">
<artifact name="paper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='paper', version='1.3.8')
)
libraryDependencies += "io.github.shaohuizhe" % "paper" % "1.3.8"
[io.github.shaohuizhe/paper "1.3.8"]