MVN

de.hglabor : hglabor-utils

Maven & Gradle

Aug 14, 2022
1 stars

hglabor-utils · utils for hglabor

<dependency>
    <groupId>de.hglabor</groupId>
    <artifactId>hglabor-utils</artifactId>
    <version>1.19.2_v3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hglabor : hglabor-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.2_v3

All Versions

Choose a version of de.hglabor : hglabor-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
hglabor-utils-1.19.2_v3
1.18.x
hglabor-utils-1.18.1_v2
1.17.x
hglabor-utils-1.17.1_v3
hglabor-utils-1.17.1_v2
hglabor-utils-1.17.1_v1
0.0.x
hglabor-utils-0.0.17
hglabor-utils-0.0.15
hglabor-utils-0.0.14
hglabor-utils-0.0.13
hglabor-utils-0.0.12
hglabor-utils-0.0.11
hglabor-utils-0.0.10
hglabor-utils-0.0.9
hglabor-utils-0.0.8
hglabor-utils-0.0.7
hglabor-utils-0.0.6
hglabor-utils-0.0.5
hglabor-utils-0.0.4

How to add a dependency to Maven

Add the following de.hglabor : hglabor-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.hglabor</groupId>
    <artifactId>hglabor-utils</artifactId>
    <version>1.19.2_v3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.hglabor : hglabor-utils gradle dependency to your build.gradle file:

implementation 'de.hglabor:hglabor-utils:1.19.2_v3'

Gradle Kotlin DSL: Add the following de.hglabor : hglabor-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("de.hglabor:hglabor-utils:1.19.2_v3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.hglabor : hglabor-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "de.hglabor" % "hglabor-utils" % "1.19.2_v3"

Advertisement