License |
License |
---|---|
GroupId | GroupIdcom.github.devnied |
ArtifactId | ArtifactIdbit-lib4j |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbit-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 |
Filename | Size |
---|---|
bit-lib4j-1.5.2.pom | |
bit-lib4j-1.5.2.jar | 8 KB |
bit-lib4j-1.5.2-sources.jar | 4 KB |
bit-lib4j-1.5.2-javadoc.jar | 41 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
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 |