MVN

me.hsgamer : hscore-web

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 4.3.11

All Versions

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

Version Vulnerabilities Updated
4.3.x
hscore-web-4.3.11
hscore-web-4.3.10
hscore-web-4.3.9
hscore-web-4.3.8
hscore-web-4.3.7
hscore-web-4.3.6
hscore-web-4.3.5
hscore-web-4.3.4
hscore-web-4.3.3
hscore-web-4.3.2
hscore-web-4.3.0
4.2.x
hscore-web-4.2.21
hscore-web-4.2.20
hscore-web-4.2.19
hscore-web-4.2.18
hscore-web-4.2.17
hscore-web-4.2.16
hscore-web-4.2.15
hscore-web-4.2.14
hscore-web-4.2.13
hscore-web-4.2.12
hscore-web-4.2.11
hscore-web-4.2.10
hscore-web-4.2.9
hscore-web-4.2.8
hscore-web-4.2.7
hscore-web-4.2.6
hscore-web-4.2.5
hscore-web-4.2.4
hscore-web-4.2.3
hscore-web-4.2.2
hscore-web-4.2.1
hscore-web-4.2.0
4.1.x
hscore-web-4.1.46
hscore-web-4.1.45
hscore-web-4.1.44
hscore-web-4.1.43
hscore-web-4.1.42
hscore-web-4.1.41
hscore-web-4.1.40
hscore-web-4.1.39
hscore-web-4.1.38
hscore-web-4.1.37
hscore-web-4.1.36
hscore-web-4.1.35
hscore-web-4.1.34
hscore-web-4.1.33
hscore-web-4.1.32
hscore-web-4.1.31
hscore-web-4.1.30

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'me.hsgamer:hscore-web:4.3.11'

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

implementation("me.hsgamer:hscore-web:4.3.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "me.hsgamer" % "hscore-web" % "4.3.11"

Advertisement