Android Libraries · Maven Central
Small, focused Android libraries you can pull in one at a time. No kitchen-sink SDK, no shared core artifact you don't need.
Getting Started
All libraries are published to
Maven Central.
Add it in your module's build.gradle.kts:
dependencies {
implementation("com.rohittp.dependables:remote-logger:0.1.0")
}
No authentication required
Maven Central is public — no credentials or account needed.
Available Libraries
Each library is fully self-contained with its own versioning.
Design Philosophy
Dependables libraries are deliberately narrow. Each artifact solves one problem and stays out of the way of the rest of your app. No transitive bloat, no shared core module to keep in lock-step.
Drop one in. Drop another out. Versions move independently.
Where a library needs an external service (Firebase, analytics), the choice is configurable.
Sensible defaults, simple overrides. No init ceremony.
Library code is small and unobfuscated. Step into it when you need to.