is not current version
Last Version 2.1.0

com.bakdata.dedupe:common 2.0.2

Typical implementation of similarity measures, duplicate detection strategies, cluster algorithms, and fusion.

Categories

Categories

Data
GroupId

GroupId

com.bakdata.dedupe
ArtifactId

ArtifactId

common
Version

Version

2.0.2
Type

Type

jar

Download common 2.0.2


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