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

https://github.com/coditory/quark-common

Quark Commons
https://github.com/coditory/quark-common

Last synced: 3 months ago
JSON representation

Quark Commons

Awesome Lists containing this project

README

          

# Quark Common

[![Build](https://github.com/coditory/quark-common/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/quark-common/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/coditory/quark-common/badge.svg)](https://coveralls.io/github/coditory/quark-common)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.coditory.quark/quark-common/badge.svg)](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.