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