MVN

com.datanew.happyreport : hr-toolkit

Maven & Gradle

Nov 17, 2020
0 stars

HappyToolKit · LeChuangZhe Privilege Base API

<dependency>
    <groupId>com.datanew.happyreport</groupId>
    <artifactId>hr-toolkit</artifactId>
    <version>6.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datanew.happyreport : hr-toolkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.7.2

All Versions

Choose a version of com.datanew.happyreport : hr-toolkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.7.x
hr-toolkit-6.7.2
hr-toolkit-6.7.1
6.6.x
hr-toolkit-6.6.0

How to add a dependency to Maven

Add the following com.datanew.happyreport : hr-toolkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datanew.happyreport</groupId>
    <artifactId>hr-toolkit</artifactId>
    <version>6.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datanew.happyreport : hr-toolkit gradle dependency to your build.gradle file:

implementation 'com.datanew.happyreport:hr-toolkit:6.7.2'

Gradle Kotlin DSL: Add the following com.datanew.happyreport : hr-toolkit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datanew.happyreport:hr-toolkit:6.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datanew.happyreport : hr-toolkit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datanew.happyreport" % "hr-toolkit" % "6.7.2"

Advertisement