License |
License |
---|---|
GroupId | GroupIdcom.redfin |
ArtifactId | ArtifactIdfuzzy |
Version | Version0.6.1 |
Type | Typepom |
Description |
DescriptionFuzzy
A tool that generates randomized but deterministic values for use in test suites.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fuzzy-0.6.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/fuzzy/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>fuzzy</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/fuzzy/
implementation 'com.redfin:fuzzy:0.6.1'
// https://jarcasting.com/artifacts/com.redfin/fuzzy/
implementation ("com.redfin:fuzzy:0.6.1")
'com.redfin:fuzzy:pom:0.6.1'
<dependency org="com.redfin" name="fuzzy" rev="0.6.1">
<artifact name="fuzzy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='fuzzy', version='0.6.1')
)
libraryDependencies += "com.redfin" % "fuzzy" % "0.6.1"
[com.redfin/fuzzy "0.6.1"]