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