Conta Fork Yeah
This documentation is very incomplete. |
Fork yeah!! Identifiers done right.
Installation
Add the module conta-fork-yeah-api
.
In order to enable it, it is just necessary to include the conta-open repository:
repositories {
mavenCentral()
maven {
name 'contaOpen'
url 'https://gitlab.com/api/v4/groups/12992043/-/packages/maven'
}
}
and add the dependency:
dependencies {
implementation 'no.conta.fork-yeah:conta-fork-yeah-api:${contaForkYeahVersion}'
}