fuzzywuzzy

Fuzzy string searching implementation of the well-known fuzzywuzzy algorithm in Java

License

License

GroupId

GroupId

me.xdrop
ArtifactId

ArtifactId

fuzzywuzzy
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

fuzzywuzzy
Fuzzy string searching implementation of the well-known fuzzywuzzy algorithm in Java
Project URL

Project URL

https://github.com/xdrop/fuzzywuzzy
Source Code Management

Source Code Management

https://github.com/xdrop/fuzzywuzzy

Download fuzzywuzzy

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.4
1.3.3
1.3.1
1.3.0
1.2.0
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3