is not current version
Last Version 1.5.2

com.github.devnied:bit-lib4j 1.3

Useful library to manipulate bits in Java. Read and write data in a byte array with a custom size for Java types

GroupId

GroupId

com.github.devnied
ArtifactId

ArtifactId

bit-lib4j
Version

Version

1.3
Type

Type

jar

Download bit-lib4j 1.3


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