License |
License |
---|---|
GroupId | GroupIdcom.github.jparkie |
ArtifactId | ArtifactIdpdd |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionPDD
Advanced Bloom Filter Based Algorithms for Efficient Approximate Data De-Duplication in Streams
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pdd-0.1.1.pom | |
pdd-0.1.1.jar | 21 KB |
pdd-0.1.1-sources.jar | 15 KB |
pdd-0.1.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jparkie/pdd/ -->
<dependency>
<groupId>com.github.jparkie</groupId>
<artifactId>pdd</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jparkie/pdd/
implementation 'com.github.jparkie:pdd:0.1.1'
// https://jarcasting.com/artifacts/com.github.jparkie/pdd/
implementation ("com.github.jparkie:pdd:0.1.1")
'com.github.jparkie:pdd:jar:0.1.1'
<dependency org="com.github.jparkie" name="pdd" rev="0.1.1">
<artifact name="pdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jparkie', module='pdd', version='0.1.1')
)
libraryDependencies += "com.github.jparkie" % "pdd" % "0.1.1"
[com.github.jparkie/pdd "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |