The Parse.ly Android SDK is a Java library providing Parse.ly tracking functionality to native Android apps. Like any other framework you might include in your project, the Parse.ly SDK provides a programming interface usable from your application code.
The SDK is hosted on MavenCentral repository.
implementation("com.parsely:parsely:<release_version>")
Full instructions and documentation can be found on the Parse.ly help page.