| License | License | 
|---|---|
| GroupId | GroupIdme.xdrop | 
| ArtifactId | ArtifactIdfuzzywuzzy | 
| Last Version | Last Version1.4.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionfuzzywuzzy Fuzzy string searching implementation of the well-known fuzzywuzzy algorithm in Java | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| fuzzywuzzy-1.4.0.pom | |
| fuzzywuzzy-1.4.0.jar | 31 KB | 
| fuzzywuzzy-1.4.0-sources.jar | 18 KB | 
| fuzzywuzzy-1.4.0-javadoc.jar | 152 KB | 
| Browse | 
<!-- 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"]