https://github.com/over-run/bin-tag
Java binary tags
https://github.com/over-run/bin-tag
Last synced: about 2 months ago
JSON representation
Java binary tags
- Host: GitHub
- URL: https://github.com/over-run/bin-tag
- Owner: Over-Run
- License: mit
- Created: 2023-02-28T04:29:16.000Z (over 2 years ago)
- Default Branch: 0.x
- Last Pushed: 2023-07-17T07:06:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T14:21:54.567Z (4 months ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bin-tag
This library provides a way to serialize the data.
## Usage
Add to dependency:
```groovy
dependencies {
implementation(platform("io.github.over-run:utilities:+"))
implementation("io.github.over-run:bin-tag")
}
```