GroupId | GroupIdme.xdrop |
---|---|
ArtifactId | ArtifactIdfuzzywuzzy |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
fuzzywuzzy-1.3.0.pom | |
fuzzywuzzy-1.3.0.jar | 38 KB |
fuzzywuzzy-1.3.0-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.xdrop/fuzzywuzzy/ -->
<dependency>
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.xdrop/fuzzywuzzy/
implementation 'me.xdrop:fuzzywuzzy:1.3.0'
// https://jarcasting.com/artifacts/me.xdrop/fuzzywuzzy/
implementation ("me.xdrop:fuzzywuzzy:1.3.0")
'me.xdrop:fuzzywuzzy:jar:1.3.0'
<dependency org="me.xdrop" name="fuzzywuzzy" rev="1.3.0">
<artifact name="fuzzywuzzy" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xdrop', module='fuzzywuzzy', version='1.3.0')
)
libraryDependencies += "me.xdrop" % "fuzzywuzzy" % "1.3.0"
[me.xdrop/fuzzywuzzy "1.3.0"]