s

sdk-android

Webcom SDK for Android applications
https://datasync.orange.com
Orange Source
Webcom Contrib
Files download
File Operation
sdk-android-2.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.orange.webcom</groupId>
  <artifactId>sdk-android</artifactId>
  <version>2.3.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.orange.webcom:sdk-android:2.3.2'
Gradle Kotlin
implementation("com.orange.webcom:sdk-android:2.3.2")
Scala SBT
libraryDependencies += "com.orange.webcom" % "sdk-android" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.orange.webcom', module='sdk-android', version='2.3.2')
)
Apache Ivy
<dependency org="com.orange.webcom" name="sdk-android" rev="2.3.2" />
Leiningen
[com.orange.webcom/sdk-android "2.3.2"]
Apache Buildr
'com.orange.webcom:sdk-android:jar:2.3.2'