| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.bakdata.dedupe |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.bakdata.dedupe:core
Base interfaces and data structures for defining a deduplication workflow.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-2.1.0.pom | |
| core-2.1.0.jar | 65 KB |
| core-2.1.0-sources.jar | 73 KB |
| core-2.1.0-javadoc.jar | 611 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bakdata.dedupe/core/ -->
<dependency>
<groupId>com.bakdata.dedupe</groupId>
<artifactId>core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bakdata.dedupe/core/
implementation 'com.bakdata.dedupe:core:2.1.0'
// https://jarcasting.com/artifacts/com.bakdata.dedupe/core/
implementation ("com.bakdata.dedupe:core:2.1.0")
'com.bakdata.dedupe:core:jar:2.1.0'
<dependency org="com.bakdata.dedupe" name="core" rev="2.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bakdata.dedupe', module='core', version='2.1.0')
)
libraryDependencies += "com.bakdata.dedupe" % "core" % "2.1.0"
[com.bakdata.dedupe/core "2.1.0"]