Files download
File Operation
HandVisionSDK-1.0.0.pom download
HandVisionSDK-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pickey-tech</groupId>
  <artifactId>HandVisionSDK</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.pickey-tech:HandVisionSDK:1.0.0'
Gradle Kotlin
implementation("io.github.pickey-tech:HandVisionSDK:1.0.0")
Scala SBT
libraryDependencies += "io.github.pickey-tech" % "HandVisionSDK" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pickey-tech', module='HandVisionSDK', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.pickey-tech" name="HandVisionSDK" rev="1.0.0" />
Leiningen
[io.github.pickey-tech/HandVisionSDK "1.0.0"]
Apache Buildr
'io.github.pickey-tech:HandVisionSDK:jar:1.0.0'