h

hr-support-legacy

Legacy library for old implementations of Human Resource and Payroll management. Please note that this library will be deprecated
http://adempiere.io/
GNU General Public License, version 2
Yamel Senih
文件下载
文件名 操作
hr-support-legacy-1.0.1.jar 下载
hr-support-legacy-1.0.1.pom 下载
hr-support-legacy-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.adempiere</groupId>
  <artifactId>hr-support-legacy</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.adempiere:hr-support-legacy:1.0.1'
Gradle Kotlin
implementation("io.github.adempiere:hr-support-legacy:1.0.1")
Scala SBT
libraryDependencies += "io.github.adempiere" % "hr-support-legacy" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.adempiere', module='hr-support-legacy', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.adempiere" name="hr-support-legacy" rev="1.0.1" />
Leiningen
[io.github.adempiere/hr-support-legacy "1.0.1"]
Apache Buildr
'io.github.adempiere:hr-support-legacy:jar:1.0.1'