文件下载
文件名 操作
fuzzy-junit-example-0.6.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.redfin</groupId>
  <artifactId>fuzzy-junit-example</artifactId>
  <version>0.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.redfin:fuzzy-junit-example:0.6.1'
Gradle Kotlin
implementation("com.redfin:fuzzy-junit-example:0.6.1")
Scala SBT
libraryDependencies += "com.redfin" % "fuzzy-junit-example" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.redfin', module='fuzzy-junit-example', version='0.6.1')
)
Apache Ivy
<dependency org="com.redfin" name="fuzzy-junit-example" rev="0.6.1" />
Leiningen
[com.redfin/fuzzy-junit-example "0.6.1"]
Apache Buildr
'com.redfin:fuzzy-junit-example:jar:0.6.1'