is not current version
Last Version 1.1

io.github.shabinder:fuzzywuzzy 1.0

Kotlin Multiplatform (KMP) FuzzyWuzzy fork of:https://github.com/willowtreeapps/fuzzywuzzy-kotlin

GroupId

GroupId

io.github.shabinder
ArtifactId

ArtifactId

fuzzywuzzy
Version

Version

1.0
Type

Type

aar

Download fuzzywuzzy 1.0


<!-- https://jarcasting.com/artifacts/io.github.shabinder/fuzzywuzzy/ -->
<dependency>
    <groupId>io.github.shabinder</groupId>
    <artifactId>fuzzywuzzy</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shabinder/fuzzywuzzy/
implementation 'io.github.shabinder:fuzzywuzzy:1.0'
// https://jarcasting.com/artifacts/io.github.shabinder/fuzzywuzzy/
implementation ("io.github.shabinder:fuzzywuzzy:1.0")
'io.github.shabinder:fuzzywuzzy:aar:1.0'
<dependency org="io.github.shabinder" name="fuzzywuzzy" rev="1.0">
  <artifact name="fuzzywuzzy" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.shabinder', module='fuzzywuzzy', version='1.0')
)
libraryDependencies += "io.github.shabinder" % "fuzzywuzzy" % "1.0"
[io.github.shabinder/fuzzywuzzy "1.0"]