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