не последняя версия
Последняя версия 4.1.1

com.github.mpkorstanje:simmetrics 3.0.3

SimMetrics is a java library of Similarity or Distance Metrics, e.g. Levenshtein distance, Cosine similarity, that provide float based similarity measures between String data. All metrics return consistent measures rather than unbounded similarity scores.

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring
Группа

Группа

com.github.mpkorstanje
Идентификатор

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

simmetrics
Версия

Версия

3.0.3
Тип

Тип

pom

Скачать simmetrics 3.0.3

Имя Файла Размер
simmetrics-3.0.3.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.mpkorstanje/simmetrics/ -->
<dependency>
    <groupId>com.github.mpkorstanje</groupId>
    <artifactId>simmetrics</artifactId>
    <version>3.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpkorstanje/simmetrics/
implementation 'com.github.mpkorstanje:simmetrics:3.0.3'
// https://jarcasting.com/artifacts/com.github.mpkorstanje/simmetrics/
implementation ("com.github.mpkorstanje:simmetrics:3.0.3")
'com.github.mpkorstanje:simmetrics:pom:3.0.3'
<dependency org="com.github.mpkorstanje" name="simmetrics" rev="3.0.3">
  <artifact name="simmetrics" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mpkorstanje', module='simmetrics', version='3.0.3')
)
libraryDependencies += "com.github.mpkorstanje" % "simmetrics" % "3.0.3"
[com.github.mpkorstanje/simmetrics "3.0.3"]