Library is also distributed via separate modules which may be downloaded as standalone parts of the library in order to decrease dependencies count in Android projects, so only dependencies really needed in an Android project are included. However some modules may depend on another modules from this library or on modules from other libraries.
For successful resolving of artifacts for separate modules via Gradle add the following snippet
into build.gradle script of your desired Android project and use implementation '...'
declaration
as usually.
repositories {
maven {
url "http://dl.bintray.com/universum-studios/android"
}
}
Following modules are available in the latest stable release.