is not current version
Last Version 0.6.1

com.redfin:fuzzy 0.6

A tool that generates randomized but deterministic values for use in test suites.

GroupId

GroupId

com.redfin
ArtifactId

ArtifactId

fuzzy
Version

Version

0.6
Type

Type

pom

Download fuzzy 0.6

Filename Size
fuzzy-0.6.pom 2 KB
Browse

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