MVN

com.tapstream.sdk : tapstream-android

Maven & Gradle

Apr 05, 2017
3 usages
18 stars

Tapstream Android SDK · This library enables Tapstream tracking for your Android application

<dependency>
    <groupId>com.tapstream.sdk</groupId>
    <artifactId>tapstream-android</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.1

All Versions

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

  • Version Updated
  • tapstream-android-3.3.1

    Apr 04, 2017
  • tapstream-android-3.3.0

    Feb 02, 2017
  • tapstream-android-3.2.0

    Oct 19, 2016
  • tapstream-android-3.1.0

    May 17, 2016
  • tapstream-android-3.0.4

    May 10, 2016
  • tapstream-android-3.0.3

    May 09, 2016
  • tapstream-android-3.0.2

    May 09, 2016
  • tapstream-android-3.0.1

    May 05, 2016
  • tapstream-android-3.0.0

    May 05, 2016
  • tapstream-android-2.9.3

    Oct 01, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tapstream.sdk</groupId>
    <artifactId>tapstream-android</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tapstream.sdk : tapstream-android gradle dependency to your build.gradle file:

implementation 'com.tapstream.sdk:tapstream-android:3.3.1'

Gradle Kotlin DSL: Add the following com.tapstream.sdk : tapstream-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tapstream.sdk:tapstream-android:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tapstream.sdk : tapstream-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tapstream.sdk" % "tapstream-android" % "3.3.1"