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
- Host: GitHub
- URL: https://github.com/dorkbox/hexutilities
- Owner: dorkbox
- License: other
- Created: 2023-08-20T23:39:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T10:15:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T04:13:01.957Z (over 1 year ago)
- Language: Kotlin
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hex conversion utilities for Strings, Collections, ByteArrays, Unsigned numbers, and numbers
###### [](https://git.dorkbox.com/dorkbox/ByteUtilities) [](https://github.com/dorkbox/ByteUtilities) [](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.