ByteUtilities/README.md

33 lines
855 B
Markdown
Raw Permalink Normal View History

Byte manipulation and Unsigned Number Utilities
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/ByteUtilities) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/ByteUtilities) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/ByteUtilities)
Maven Info
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ByteUtilities</artifactId>
2023-11-16 12:09:47 +01:00
<version>2.1</version>
</dependency>
</dependencies>
```
Gradle Info
---------
2023-08-06 06:44:05 +02:00
```
dependencies {
...
2023-11-16 12:09:47 +01:00
implementation("com.dorkbox:ByteUtilities:2.1")
}
2023-08-06 06:44:05 +02:00
```
License
---------
2023-01-25 01:57:05 +01:00
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.