| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jparkie |
| ArtifactId | ArtifactIdDeDuplicator |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDeDuplicator
Advanced Bloom Filter Based Algorithms for Efficient Approximate Data De-Duplication in Streams
|
| Filename | Size |
|---|---|
| DeDuplicator-0.1.0.pom | |
| DeDuplicator-0.1.0.jar | 21 KB |
| DeDuplicator-0.1.0-sources.jar | 16 KB |
| DeDuplicator-0.1.0-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jparkie/DeDuplicator/ -->
<dependency>
<groupId>com.github.jparkie</groupId>
<artifactId>DeDuplicator</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jparkie/DeDuplicator/
implementation 'com.github.jparkie:DeDuplicator:0.1.0'
// https://jarcasting.com/artifacts/com.github.jparkie/DeDuplicator/
implementation ("com.github.jparkie:DeDuplicator:0.1.0")
'com.github.jparkie:DeDuplicator:jar:0.1.0'
<dependency org="com.github.jparkie" name="DeDuplicator" rev="0.1.0">
<artifact name="DeDuplicator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jparkie', module='DeDuplicator', version='0.1.0')
)
libraryDependencies += "com.github.jparkie" % "DeDuplicator" % "0.1.0"
[com.github.jparkie/DeDuplicator "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |