MVN

me.hsgamer : hscore-database-client-h2

Maven & Gradle

Jan 20, 2024
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-database-client-h2</artifactId>
    <version>4.3.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.3.27

All Versions

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

Version Vulnerabilities Updated
4.3.x
hscore-database-client-h2-4.3.27
hscore-database-client-h2-4.3.26
hscore-database-client-h2-4.3.25
hscore-database-client-h2-4.3.24
hscore-database-client-h2-4.3.23
hscore-database-client-h2-4.3.22

How to add a dependency to Maven

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

<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-database-client-h2</artifactId>
    <version>4.3.27</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'me.hsgamer:hscore-database-client-h2:4.3.27'

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

implementation("me.hsgamer:hscore-database-client-h2:4.3.27")

How to add a dependency to SBT Scala

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

libraryDependencies += "me.hsgamer" % "hscore-database-client-h2" % "4.3.27"