GroupId | GroupIdcom.redfin |
---|---|
ArtifactId | ArtifactIdfuzzy |
Version | Version0.6 |
Type | Typepom |
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"]