| GroupId | GroupIdcom.alibaba.android.mnnkit |
|---|---|
| ArtifactId | ArtifactIdhandgesturedetection |
| Version | Version0.0.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| handgesturedetection-0.0.5.pom | |
| handgesturedetection-0.0.5.aar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.android.mnnkit/handgesturedetection/ -->
<dependency>
<groupId>com.alibaba.android.mnnkit</groupId>
<artifactId>handgesturedetection</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.android.mnnkit/handgesturedetection/
implementation 'com.alibaba.android.mnnkit:handgesturedetection:0.0.5'
// https://jarcasting.com/artifacts/com.alibaba.android.mnnkit/handgesturedetection/
implementation ("com.alibaba.android.mnnkit:handgesturedetection:0.0.5")
'com.alibaba.android.mnnkit:handgesturedetection:aar:0.0.5'
<dependency org="com.alibaba.android.mnnkit" name="handgesturedetection" rev="0.0.5">
<artifact name="handgesturedetection" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.android.mnnkit', module='handgesturedetection', version='0.0.5')
)
libraryDependencies += "com.alibaba.android.mnnkit" % "handgesturedetection" % "0.0.5"
[com.alibaba.android.mnnkit/handgesturedetection "0.0.5"]