MVN

io.github.splotycode.mosaik : SpigotLib

Maven & Gradle

Mar 13, 2019
1 stars
<dependency>
    <groupId>io.github.splotycode.mosaik</groupId>
    <artifactId>SpigotLib</artifactId>
    <version>2.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.splotycode.mosaik : SpigotLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.9

All Versions

Choose a version of io.github.splotycode.mosaik : SpigotLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
SpigotLib-2.2.9
SpigotLib-2.2.8-PreRelease2
SpigotLib-2.2.8-PreRelease
SpigotLib-2.2.7.2
SpigotLib-2.2.7
SpigotLib-2.2.6.4
SpigotLib-2.2.6.3
SpigotLib-2.2.6.2
SpigotLib-2.2.5
SpigotLib-2.2.4
SpigotLib-2.2.3
SpigotLib-2.2.1
2.2
SpigotLib-2.2
2.1.x
SpigotLib-2.1.0-Dev

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.splotycode.mosaik</groupId>
    <artifactId>SpigotLib</artifactId>
    <version>2.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.splotycode.mosaik : SpigotLib gradle dependency to your build.gradle file:

implementation 'io.github.splotycode.mosaik:SpigotLib:2.2.9'

Gradle Kotlin DSL: Add the following io.github.splotycode.mosaik : SpigotLib gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.splotycode.mosaik:SpigotLib:2.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.splotycode.mosaik : SpigotLib sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.splotycode.mosaik" % "SpigotLib" % "2.2.9"

Advertisement