文件下载
文件名 操作
HandVisionSDK-1.0.1.pom 下载
HandVisionSDK-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.pickey-tech</groupId>
  <artifactId>HandVisionSDK</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.pickey-tech:HandVisionSDK:1.0.1'
Gradle Kotlin
implementation("io.github.pickey-tech:HandVisionSDK:1.0.1")
Scala SBT
libraryDependencies += "io.github.pickey-tech" % "HandVisionSDK" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pickey-tech', module='HandVisionSDK', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.pickey-tech" name="HandVisionSDK" rev="1.0.1" />
Leiningen
[io.github.pickey-tech/HandVisionSDK "1.0.1"]
Apache Buildr
'io.github.pickey-tech:HandVisionSDK:jar:1.0.1'