We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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