MVN

io.github.teamcheeze : plum

Maven & Gradle

Nov 28, 2021
1 usages
0 stars

plum · A spigot library

<dependency>
    <groupId>io.github.teamcheeze</groupId>
    <artifactId>plum</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.13

All Versions

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

Version Vulnerabilities Updated
0.0.x
plum-0.0.13
plum-0.0.12
plum-0.0.11
plum-0.0.10
plum-0.0.9
plum-0.0.8
plum-0.0.7
plum-0.0.6
plum-0.0.5
plum-0.0.4
plum-0.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.teamcheeze</groupId>
    <artifactId>plum</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.teamcheeze:plum:0.0.13'

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

implementation("io.github.teamcheeze:plum:0.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.teamcheeze" % "plum" % "0.0.13"

Advertisement