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