Files download
File Operation
core-2.0.18.jar download
core-2.0.18.pom download
core-2.0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.bloomfilter</groupId>
  <artifactId>core</artifactId>
  <version>2.0.18</version>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.bloomfilter:core:2.0.18'
Gradle Kotlin
implementation("org.openidentityplatform.commons.bloomfilter:core:2.0.18")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.bloomfilter" % "core" % "2.0.18"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.bloomfilter', module='core', version='2.0.18')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.bloomfilter" name="core" rev="2.0.18" />
Leiningen
[org.openidentityplatform.commons.bloomfilter/core "2.0.18"]
Apache Buildr
'org.openidentityplatform.commons.bloomfilter:core:jar:2.0.18'