o

osms-android

Android library wrapper around the Orange SMS API
https://github.com/ismaeltoe/osms-android
The Apache Software License, Version 2.0
Ismael Toé
Files download
File Operation
osms-android-1.0.pom download
osms-android-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ismaeltoe</groupId>
  <artifactId>osms-android</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.ismaeltoe:osms-android:1.0'
Gradle Kotlin
implementation("com.github.ismaeltoe:osms-android:1.0")
Scala SBT
libraryDependencies += "com.github.ismaeltoe" % "osms-android" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ismaeltoe', module='osms-android', version='1.0')
)
Apache Ivy
<dependency org="com.github.ismaeltoe" name="osms-android" rev="1.0" />
Leiningen
[com.github.ismaeltoe/osms-android "1.0"]
Apache Buildr
'com.github.ismaeltoe:osms-android:jar:1.0'