We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To use PhenoLib:
build.gradle
In the allprojects object, add
allprojects
maven { url "https://dl.bintray.com/trife/PhenoLib/" }
to repositories.
repositories
Add
implementation 'org.phenoapps:phenolib:0.9.6'
to dependencies.
dependencies