MVN

me.hsgamer : uni-hologram-spigot-test

Maven & Gradle

Aug 07, 2023
6 stars
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-test</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.hsgamer : uni-hologram-spigot-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of me.hsgamer : uni-hologram-spigot-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
uni-hologram-spigot-test-2.4.0
2.3.x
uni-hologram-spigot-test-2.3.0
2.2.x
uni-hologram-spigot-test-2.2.0
2.1.x
uni-hologram-spigot-test-2.1.1
uni-hologram-spigot-test-2.1.0
2.0.x
uni-hologram-spigot-test-2.0.0
1.6.x
uni-hologram-spigot-test-1.6.0
1.5.x
uni-hologram-spigot-test-1.5.5
uni-hologram-spigot-test-1.5.4
uni-hologram-spigot-test-1.5.3
uni-hologram-spigot-test-1.5.2
uni-hologram-spigot-test-1.5.1
uni-hologram-spigot-test-1.5.0
1.4.x
uni-hologram-spigot-test-1.4.0
1.3.x
uni-hologram-spigot-test-1.3.0
1.2.x
uni-hologram-spigot-test-1.2.0
1.1.x
uni-hologram-spigot-test-1.1.0

How to add a dependency to Maven

Add the following me.hsgamer : uni-hologram-spigot-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-test</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.hsgamer : uni-hologram-spigot-test gradle dependency to your build.gradle file:

implementation 'me.hsgamer:uni-hologram-spigot-test:2.4.0'

Gradle Kotlin DSL: Add the following me.hsgamer : uni-hologram-spigot-test gradle kotlin dependency to your build.gradle.kts file:

implementation("me.hsgamer:uni-hologram-spigot-test:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.hsgamer : uni-hologram-spigot-test sbt scala dependency to your build.sbt file:

libraryDependencies += "me.hsgamer" % "uni-hologram-spigot-test" % "2.4.0"

Advertisement