MVN

io.github.shaohuizhe : paper

Maven & Gradle

Nov 30, 2022

paper · paper

<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>paper</artifactId>
    <version>10.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shaohuizhe : paper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.3

All Versions

Choose a version of io.github.shaohuizhe : paper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
paper-10.0.3
paper-10.0.2
paper-10.0.1
paper-10.0.0
8.5.x
paper-8.5.3
paper-8.5.2
paper-8.5.1
paper-8.5.0
8.4
paper-8.4
8.3
paper-8.3
8.2
paper-8.2
8.1
paper-8.1
8.0
paper-8.0
1.4.x
paper-1.4.1
paper-1.4.0
1.3.x
paper-1.3.9
paper-1.3.8
paper-1.3.7

How to add a dependency to Maven

Add the following io.github.shaohuizhe : paper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>paper</artifactId>
    <version>10.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shaohuizhe : paper gradle dependency to your build.gradle file:

implementation 'io.github.shaohuizhe:paper:10.0.3'

Gradle Kotlin DSL: Add the following io.github.shaohuizhe : paper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shaohuizhe:paper:10.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shaohuizhe : paper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shaohuizhe" % "paper" % "10.0.3"