| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.metamx |
| Идентификатор | Идентификаторextendedset |
| Последняя версия | Последняя версия1.5.0-mmx |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.metamx:extendedset
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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| extendedset-1.5.0-mmx.pom | |
| extendedset-1.5.0-mmx.jar | 220 KB |
| extendedset-1.5.0-mmx-sources.jar | 121 KB |
| extendedset-1.5.0-mmx-javadoc.jar | 410 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.metamx/extendedset/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>extendedset</artifactId>
<version>1.5.0-mmx</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/extendedset/
implementation 'com.metamx:extendedset:1.5.0-mmx'
// https://jarcasting.com/artifacts/com.metamx/extendedset/
implementation ("com.metamx:extendedset:1.5.0-mmx")
'com.metamx:extendedset:jar:1.5.0-mmx'
<dependency org="com.metamx" name="extendedset" rev="1.5.0-mmx">
<artifact name="extendedset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='extendedset', version='1.5.0-mmx')
)
libraryDependencies += "com.metamx" % "extendedset" % "1.5.0-mmx"
[com.metamx/extendedset "1.5.0-mmx"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 16.0.1 |
| org.roaringbitmap : RoaringBitmap | jar | 0.5.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |