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