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