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