MVN

work.heling : HlCommon

Maven & Gradle

Feb 23, 2024
0 stars

HeLingCommon · java common utils

<dependency>
    <groupId>work.heling</groupId>
    <artifactId>HlCommon</artifactId>
    <version>1.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.heling : HlCommon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.2

All Versions

Choose a version of work.heling : HlCommon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
HlCommon-1.17.2
HlCommon-1.17.1

How to add a dependency to Maven

Add the following work.heling : HlCommon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.heling</groupId>
    <artifactId>HlCommon</artifactId>
    <version>1.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.heling : HlCommon gradle dependency to your build.gradle file:

implementation 'work.heling:HlCommon:1.17.2'

Gradle Kotlin DSL: Add the following work.heling : HlCommon gradle kotlin dependency to your build.gradle.kts file:

implementation("work.heling:HlCommon:1.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.heling : HlCommon sbt scala dependency to your build.sbt file:

libraryDependencies += "work.heling" % "HlCommon" % "1.17.2"

Advertisement