MVN

com.shzcloud : paper

Maven & Gradle

Jul 22, 2023

paper · paper

<dependency>
    <groupId>com.shzcloud</groupId>
    <artifactId>paper</artifactId>
    <version>2023.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shzcloud : paper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.1.0

All Versions

Choose a version of com.shzcloud : paper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.1.x
paper-2023.1.0
17.0.x
paper-17.0.0
8.0.x
paper-8.0.0
2.0.x
paper-2.0.0
1.0.x
paper-1.0.9
paper-1.0.8
paper-1.0.7
paper-1.0.6
paper-1.0.5
paper-1.0.4
paper-1.0.3
paper-1.0.2
paper-1.0.1
paper-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.shzcloud</groupId>
    <artifactId>paper</artifactId>
    <version>2023.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shzcloud : paper gradle dependency to your build.gradle file:

implementation 'com.shzcloud:paper:2023.1.0'

Gradle Kotlin DSL: Add the following com.shzcloud : paper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shzcloud:paper:2023.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shzcloud : paper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shzcloud" % "paper" % "2023.1.0"