h

hrun4j-core

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