o

openurp-hr-parent

文件下载
文件名 操作
openurp-hr-parent-0.9.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.openurp.hr</groupId>
  <artifactId>openurp-hr-parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openurp.hr:openurp-hr-parent:0.9.1'
Gradle Kotlin
implementation("org.openurp.hr:openurp-hr-parent:0.9.1")
Scala SBT
libraryDependencies += "org.openurp.hr" % "openurp-hr-parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openurp.hr', module='openurp-hr-parent', version='0.9.1')
)
Apache Ivy
<dependency org="org.openurp.hr" name="openurp-hr-parent" rev="0.9.1" />
Leiningen
[org.openurp.hr/openurp-hr-parent "0.9.1"]
Apache Buildr
'org.openurp.hr:openurp-hr-parent:jar:0.9.1'