An open API service indexing awesome lists of open source software.

https://github.com/dorkbox/hexutilities

Hex conversion utilities for Strings, Collections, ByteArrays, Unsigned numbers, and numbers
https://github.com/dorkbox/hexutilities

Last synced: over 1 year ago
JSON representation

Hex conversion utilities for Strings, Collections, ByteArrays, Unsigned numbers, and numbers

Awesome Lists containing this project

README

          

Hex conversion utilities for Strings, Collections, ByteArrays, Unsigned numbers, and numbers

###### [![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
---------
```

...

com.dorkbox
HexUtilities
1.1

```

Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:HexUtilities:1.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.