a

android

An Android library for interacting with the AT&T M2X API.
http://m2x.att.com
MIT License
Kristin Peterson
Files download
File Operation
android-5.1.0.pom download
android-5.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.att.m2x</groupId>
  <artifactId>android</artifactId>
  <version>5.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.att.m2x:android:5.1.0'
Gradle Kotlin
implementation("com.att.m2x:android:5.1.0")
Scala SBT
libraryDependencies += "com.att.m2x" % "android" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.att.m2x', module='android', version='5.1.0')
)
Apache Ivy
<dependency org="com.att.m2x" name="android" rev="5.1.0" />
Leiningen
[com.att.m2x/android "5.1.0"]
Apache Buildr
'com.att.m2x:android:jar:5.1.0'