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