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

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

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")
}
```