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