a

aiq-image-match-core

the AIQ's image match core sdk for android.
https://github.com/aiq-tech/aiq-image-match-api
The AIQ Software License, Version 1.0
AIQ
Files download
File Operation
aiq-image-match-core-0.9.3.pom download
Apache Maven
<dependency>
  <groupId>tech.aiq</groupId>
  <artifactId>aiq-image-match-core</artifactId>
  <version>0.9.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'tech.aiq:aiq-image-match-core:0.9.3'
Gradle Kotlin
implementation("tech.aiq:aiq-image-match-core:0.9.3")
Scala SBT
libraryDependencies += "tech.aiq" % "aiq-image-match-core" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='tech.aiq', module='aiq-image-match-core', version='0.9.3')
)
Apache Ivy
<dependency org="tech.aiq" name="aiq-image-match-core" rev="0.9.3" />
Leiningen
[tech.aiq/aiq-image-match-core "0.9.3"]
Apache Buildr
'tech.aiq:aiq-image-match-core:jar:0.9.3'