Last Version

bit-lib4j 1.5.2

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

License

License

GroupId

GroupId

com.github.devnied
ArtifactId

ArtifactId

bit-lib4j
Version

Version

1.5.2
Type

Type

jar
Description

Description

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

Project URL

https://github.com/devnied/Bit-lib4j/

Download bit-lib4j 1.5.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.30
org.apache.logging.log4j : log4j-core jar 2.13.1
junit : junit jar 4.13
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.