Files download
File Operation
hrun4j-core-1.0.2.jar download
hrun4j-core-1.0.2.pom download
hrun4j-core-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>vip.lematech</groupId>
  <artifactId>hrun4j-core</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'vip.lematech:hrun4j-core:1.0.2'
Gradle Kotlin
implementation("vip.lematech:hrun4j-core:1.0.2")
Scala SBT
libraryDependencies += "vip.lematech" % "hrun4j-core" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='vip.lematech', module='hrun4j-core', version='1.0.2')
)
Apache Ivy
<dependency org="vip.lematech" name="hrun4j-core" rev="1.0.2" />
Leiningen
[vip.lematech/hrun4j-core "1.0.2"]
Apache Buildr
'vip.lematech:hrun4j-core:jar:1.0.2'