n

nan21.dnet.module.hr

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