| License |
License |
|---|---|
| GroupId | GroupIdio.github.abductcows |
| ArtifactId | ArtifactIdbit-array |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionBitArray
Fast, bitwise operation-based RandomAccess List<Boolean>
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bit-array-2.0.0.pom | |
| bit-array-2.0.0.jar | 11 KB |
| bit-array-2.0.0-sources.jar | 14 KB |
| bit-array-2.0.0-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.abductcows/bit-array/ -->
<dependency>
<groupId>io.github.abductcows</groupId>
<artifactId>bit-array</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.abductcows/bit-array/
implementation 'io.github.abductcows:bit-array:2.0.0'
// https://jarcasting.com/artifacts/io.github.abductcows/bit-array/
implementation ("io.github.abductcows:bit-array:2.0.0")
'io.github.abductcows:bit-array:jar:2.0.0'
<dependency org="io.github.abductcows" name="bit-array" rev="2.0.0">
<artifact name="bit-array" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.abductcows', module='bit-array', version='2.0.0')
)
libraryDependencies += "io.github.abductcows" % "bit-array" % "2.0.0"
[io.github.abductcows/bit-array "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.jetbrains : annotations Optional | jar | 23.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |