is not current version
Last Version 1.0.1

com.github.jhg023:BitBuffer 1.0.0

A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.

GroupId

GroupId

com.github.jhg023
ArtifactId

ArtifactId

BitBuffer
Version

Version

1.0.0
Type

Type

jar

Download BitBuffer 1.0.0


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