MVN

io.github.adempiere : human-resource-and-payroll

Maven & Gradle

Jan 25, 2023
779 stars

Human Resource and Payroll · Human Resource and Payroll Management dedicated to manage project, and members.

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>human-resource-and-payroll</artifactId>
    <version>3.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.adempiere : human-resource-and-payroll to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.4
  • Latest Release Candidate: 3.9.4-rc-1.0.6

All Versions

Choose a version of io.github.adempiere : human-resource-and-payroll to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
human-resource-and-payroll-3.9.4
human-resource-and-payroll-3.9.4-rc-1.0.6
human-resource-and-payroll-3.9.4-rc-1.0.4
human-resource-and-payroll-3.9.4-rc-1.0.2
human-resource-and-payroll-3.9.4-rc-1.0.1
human-resource-and-payroll-3.9.4-develop-1.5
human-resource-and-payroll-3.9.4-develop-1.4
human-resource-and-payroll-3.9.4-develop-1.3
human-resource-and-payroll-3.9.4-develop-1.2
human-resource-and-payroll-3.9.4-develop-1.1
human-resource-and-payroll-3.9.4-develop-1.0

How to add a dependency to Maven

Add the following io.github.adempiere : human-resource-and-payroll maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>human-resource-and-payroll</artifactId>
    <version>3.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.adempiere : human-resource-and-payroll gradle dependency to your build.gradle file:

implementation 'io.github.adempiere:human-resource-and-payroll:3.9.4'

Gradle Kotlin DSL: Add the following io.github.adempiere : human-resource-and-payroll gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.adempiere:human-resource-and-payroll:3.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.adempiere : human-resource-and-payroll sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.adempiere" % "human-resource-and-payroll" % "3.9.4"