This is the Maven repository for OneAtlas Android SDK.
Add the OneAtlas SDK dependency to your build.gradle
file:
dependencies {
// ...
implementation 'com.airbus.oneatlas:oneatlas:1.2.1'
// ...
}
You should also add the url to this Maven repository:
allprojects {
repositories {
// ...
maven {
url "https://raw.github.com/airbusgeo/oneatlas-sdk-android/main"
}
// ...
}
}
Please visit OneAtlas Developer Portal.
This GitHub repository hosts some Android sample code that will help get you started.
Airbus DS Geo SA
[email protected]
Copyright ©2019 Airbus DS Geo SA.
OneAtlas SDK is available under a proprietary license.
See the LICENSE.md file for more info.