is not current version
Last Version 1.1.0.RELEASE

org.fuzzydb:org.fuzzydb.util 1.0.1.RELEASE

Contains classes not specific to fuzzydb implementation which could be used in any implementation of fuzzy matching, or as general utility classes such as those in the geo package.

GroupId

GroupId

org.fuzzydb
ArtifactId

ArtifactId

org.fuzzydb.util
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download org.fuzzydb.util 1.0.1.RELEASE


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