Skip to content

CommCare Support Library

Shubham Goyal edited this page Jun 2, 2021 · 2 revisions

As of June 2018 CommCare has a support library providing utility functions to access many of the API calls described in this wiki.

This library is available on Maven Central and can be installed via Gradle:

dependencies {
    ...
    implementation 'org.commcarehq.commcare:support-library:12.4'
    ...
}

See the repository README for usage information