![]() |
||
---|---|---|
gradle/wrapper | ||
src/dorkbox/bytes | ||
src9 | ||
test/dorkbox/bytes | ||
.gitignore | ||
LICENSE | ||
LICENSE.Apachev2 | ||
LICENSE.BSD3 | ||
LICENSE.CC0 | ||
LICENSE.MIT | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
Byte manipulation and Unsigned Number Utilities
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ByteUtilities</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:ByteUtilities:2.1")
}
License
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.