https://github.com/coditory/quark-common
Quark Commons
https://github.com/coditory/quark-common
Last synced: 3 months ago
JSON representation
Quark Commons
- Host: GitHub
- URL: https://github.com/coditory/quark-common
- Owner: coditory
- License: mit
- Created: 2021-05-02T10:39:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T06:58:19.000Z (about 3 years ago)
- Last Synced: 2024-05-01T09:39:47.823Z (almost 2 years ago)
- Language: Java
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quark Common
[](https://github.com/coditory/quark-common/actions/workflows/build.yml)
[](https://coveralls.io/github/coditory/quark-common)
[](https://mvnrepository.com/artifact/com.coditory.quark/quark-common)
Java utility library for [Coditory Quark projects](https://github.com/topics/coditory-quark).
## Installation
Add to your `build.gradle`:
```gradle
dependencies {
implementation "com.coditory.quark:quark-common:0.1.13"
}
```
# Warning
Until version `1.0.0` this library is under heavy development.
The API may change without backward compatibility.