is not current version
Last Version 0.1.1

com.github.jparkie:pdd 0.1.0

Advanced Bloom Filter Based Algorithms for Efficient Approximate Data De-Duplication in Streams

GroupId

GroupId

com.github.jparkie
ArtifactId

ArtifactId

pdd
Version

Version

0.1.0
Type

Type

jar

Download pdd 0.1.0


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