не последняя версия
Последняя версия 1.1.0.RELEASE

org.fuzzydb:org.fuzzydb.util 1.0.0.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.

Группа

Группа

org.fuzzydb
Идентификатор

Идентификатор

org.fuzzydb.util
Версия

Версия

1.0.0.RELEASE
Тип

Тип

jar

Скачать org.fuzzydb.util 1.0.0.RELEASE


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