is not current version
Last Version 1.5.0-mmx

com.metamx:extendedset 1.4.1

Implementation of CONCISE (COmpressed 'N" Composable Integer SEt) bit map compression algorithm by Alessandro Colantonio with some enhanced features - http://ricerca.mat.uniroma3.it/users/colanton/docs/concise.pdf

GroupId

GroupId

com.metamx
ArtifactId

ArtifactId

extendedset
Version

Version

1.4.1
Type

Type

jar

Download extendedset 1.4.1


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