Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons |
ArtifactId | ArtifactIdbloomfilter |
Version | Version2.0.8 |
Type | Typepom |
Filename | Size |
---|---|
bloomfilter-2.0.8.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/bloomfilter/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>bloomfilter</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/bloomfilter/
implementation 'org.openidentityplatform.commons:bloomfilter:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/bloomfilter/
implementation ("org.openidentityplatform.commons:bloomfilter:2.0.8")
'org.openidentityplatform.commons:bloomfilter:pom:2.0.8'
<dependency org="org.openidentityplatform.commons" name="bloomfilter" rev="2.0.8">
<artifact name="bloomfilter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='bloomfilter', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons" % "bloomfilter" % "2.0.8"
[org.openidentityplatform.commons/bloomfilter "2.0.8"]