MVN

software.aws.solution : clickstream

Maven & Gradle

Aug 15, 2023
12 stars

clickstream analytics android sdk · android sdk for clickstream analytics to collect and send event

<dependency>
    <groupId>software.aws.solution</groupId>
    <artifactId>clickstream</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.aws.solution : clickstream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of software.aws.solution : clickstream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
clickstream-0.6.0
0.5.x
clickstream-0.5.2
clickstream-0.5.1
clickstream-0.5.0
0.4.x
clickstream-0.4.4
clickstream-0.4.3
clickstream-0.4.2
clickstream-0.4.1
clickstream-0.4.0
0.3.x
clickstream-0.3.0

How to add a dependency to Maven

Add the following software.aws.solution : clickstream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.aws.solution</groupId>
    <artifactId>clickstream</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.aws.solution : clickstream gradle dependency to your build.gradle file:

implementation 'software.aws.solution:clickstream:0.6.0'

Gradle Kotlin DSL: Add the following software.aws.solution : clickstream gradle kotlin dependency to your build.gradle.kts file:

implementation("software.aws.solution:clickstream:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.aws.solution : clickstream sbt scala dependency to your build.sbt file:

libraryDependencies += "software.aws.solution" % "clickstream" % "0.6.0"