is not current version
Last Version 0.6.1

com.redfin:fuzzy-junit-example 0.6


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.redfin
ArtifactId

ArtifactId

fuzzy-junit-example
Version

Version

0.6
Type

Type

pom

Download fuzzy-junit-example 0.6


<!-- https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/ -->
<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>fuzzy-junit-example</artifactId>
    <version>0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/
implementation 'com.redfin:fuzzy-junit-example:0.6'
// https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/
implementation ("com.redfin:fuzzy-junit-example:0.6")
'com.redfin:fuzzy-junit-example:pom:0.6'
<dependency org="com.redfin" name="fuzzy-junit-example" rev="0.6">
  <artifact name="fuzzy-junit-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='fuzzy-junit-example', version='0.6')
)
libraryDependencies += "com.redfin" % "fuzzy-junit-example" % "0.6"
[com.redfin/fuzzy-junit-example "0.6"]