is not current version
Last Version 4.1.1

com.github.mpkorstanje:simmetrics 3.0.2

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.

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.mpkorstanje
ArtifactId

ArtifactId

simmetrics
Version

Version

3.0.2
Type

Type

pom

Download simmetrics 3.0.2

Filename Size
simmetrics-3.0.2.pom 4 KB
Browse

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