MVN

com.att.m2x : android

Maven & Gradle

Aug 15, 2016

AT&T M2X Android Library · An Android library for interacting with the AT&T M2X API.

<dependency>
    <groupId>com.att.m2x</groupId>
    <artifactId>android</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.att.m2x : android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of com.att.m2x : android to add to Maven or Gradle - All Versions:

  • Version Updated
  • android-5.1.0

    Aug 15, 2016
  • android-5.0.0

    Jan 03, 2016
  • android-4.0.0

    Dec 31, 2015
  • android-3.0.0

    Aug 22, 2015
  • android-2.1.1

    Apr 24, 2015
  • android-2.1.0

    Apr 23, 2015

How to add a dependency to Maven

Add the following com.att.m2x : android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.att.m2x</groupId>
    <artifactId>android</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.att.m2x : android gradle dependency to your build.gradle file:

implementation 'com.att.m2x:android:5.1.0'

Gradle Kotlin DSL: Add the following com.att.m2x : android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.att.m2x:android:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.att.m2x : android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.att.m2x" % "android" % "5.1.0"