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