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