MVN

me.hsgamer : hscore-task

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 4.3.11

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement