is not current version
Last Version 1.5.2

com.github.devnied:bit-lib4j 1.4.10

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.4.10
Type

Type

jar

Download bit-lib4j 1.4.10


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