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