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