Usage
This page describes how to use the SDK
Requirements
Steps
allprojects {
repositories {
...
maven {
url "https://softcomlimited0.bintray.com/databeaversdk"
credentials {
username '<username>'
password '<password>'
}
}
}
}implementation 'ng.softcom.databeaversdk:databeaversdk:<latest-version>'Last updated
Was this helpful?