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