ByteUtilities/README.md

34 lines
850 B
Markdown
Raw 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-01-24 13:31:51 +01:00
<version>1.7</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
dependencies {
...
2021-08-23 07:55:44 +02:00
compile "com.dorkbox:ByteUtilities:1.2"
}
````
License
---------
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.