MVN

io.stape : android-sgtm

Maven & Gradle

Dec 16, 2023
2 stars

Android Stape SDK · Stape SDK is an event based client for the Stape API. It allows to track and send events from your mobile app to the Stape backend.

<dependency>
    <groupId>io.stape</groupId>
    <artifactId>android-sgtm</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.stape : android-sgtm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.stape : android-sgtm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
android-sgtm-1.0

How to add a dependency to Maven

Add the following io.stape : android-sgtm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.stape</groupId>
    <artifactId>android-sgtm</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.stape : android-sgtm gradle dependency to your build.gradle file:

implementation 'io.stape:android-sgtm:1.0'

Gradle Kotlin DSL: Add the following io.stape : android-sgtm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.stape:android-sgtm:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.stape : android-sgtm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.stape" % "android-sgtm" % "1.0"