MVN

me.hsgamer : hscore-minecraft-gui

Maven & Gradle

Aug 20, 2023
24 stars
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-minecraft-gui</artifactId>
    <version>4.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.hsgamer : hscore-minecraft-gui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.11

All Versions

Choose a version of me.hsgamer : hscore-minecraft-gui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
hscore-minecraft-gui-4.3.11
hscore-minecraft-gui-4.3.10
hscore-minecraft-gui-4.3.9
hscore-minecraft-gui-4.3.8
hscore-minecraft-gui-4.3.7
hscore-minecraft-gui-4.3.6
hscore-minecraft-gui-4.3.5
hscore-minecraft-gui-4.3.4
hscore-minecraft-gui-4.3.3
hscore-minecraft-gui-4.3.2
hscore-minecraft-gui-4.3.0
4.2.x
hscore-minecraft-gui-4.2.21
hscore-minecraft-gui-4.2.20
hscore-minecraft-gui-4.2.19
hscore-minecraft-gui-4.2.18
hscore-minecraft-gui-4.2.17
hscore-minecraft-gui-4.2.16
hscore-minecraft-gui-4.2.15
hscore-minecraft-gui-4.2.14
hscore-minecraft-gui-4.2.13
hscore-minecraft-gui-4.2.12
hscore-minecraft-gui-4.2.11
hscore-minecraft-gui-4.2.10
hscore-minecraft-gui-4.2.9
hscore-minecraft-gui-4.2.8
hscore-minecraft-gui-4.2.7
hscore-minecraft-gui-4.2.6
hscore-minecraft-gui-4.2.5
hscore-minecraft-gui-4.2.4
hscore-minecraft-gui-4.2.3
hscore-minecraft-gui-4.2.2
hscore-minecraft-gui-4.2.1
hscore-minecraft-gui-4.2.0

How to add a dependency to Maven

Add the following me.hsgamer : hscore-minecraft-gui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-minecraft-gui</artifactId>
    <version>4.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.hsgamer : hscore-minecraft-gui gradle dependency to your build.gradle file:

implementation 'me.hsgamer:hscore-minecraft-gui:4.3.11'

Gradle Kotlin DSL: Add the following me.hsgamer : hscore-minecraft-gui gradle kotlin dependency to your build.gradle.kts file:

implementation("me.hsgamer:hscore-minecraft-gui:4.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.hsgamer : hscore-minecraft-gui sbt scala dependency to your build.sbt file:

libraryDependencies += "me.hsgamer" % "hscore-minecraft-gui" % "4.3.11"

Advertisement