не последняя версия
Последняя версия 1.2

com.zaxxer:SparseBitSet 1.0

An efficient sparse bitset implementation for Java

Группа

Группа

com.zaxxer
Идентификатор

Идентификатор

SparseBitSet
Версия

Версия

1.0
Тип

Тип

jar

Скачать SparseBitSet 1.0


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