m

mlkit-pose-detection-accurate

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