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