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