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

com.github.mpkorstanje:simmetrics 4.0.1

A Java library of similarity and distance metrics e.g. Levenshtein distance and Cosine similarity. All similarity metrics return normalized values rather than unbounded similarity scores. Distance metrics return non-negative unbounded scores.

Категории

Категории

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

Группа

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

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

simmetrics
Версия

Версия

4.0.1
Тип

Тип

pom

Скачать simmetrics 4.0.1

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

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