Skip to content

Install the SDK

How to install the SDK

1. Dependencies

Add inside project's 'build.gradle'

1
2
3
maven {
    url "https://artifactory.telenav.com/telenav-gradle-preprod/"
}

2. Access to artifacts and samples

Add inside app's 'build.gradle' the library dependency. Check out the latest version from artifactory.

1
implementation "com.telenav.commerce:widgets-lib:${version}"