'How can I download JAR file for Com.salesforce.service

I want to download .jar file for below configuration

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url 'https://s3.amazonaws.com/salesforcesos.com/android/maven/release'
        }
    }
}

implementation 'com.salesforce.service:chat-ui:4.3.2'

I am going through this thread

https://developer.salesforce.com/docs/atlas.en-us.bot_cookbook.meta/bot_cookbook/bot_cookbook_android_app.htm

I tried it here from https://github.com/forcedotcom/ServiceSDK-Android/releases but Android project is getting downloaded not .jar file along with it. Can anyone please help me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source