MVN

com.handpoint.api.transactionfeed : analytics

Maven & Gradle

Aug 02, 2023
2 usages
0 stars

analytics · HandpointSDK for Android

<dependency>
    <groupId>com.handpoint.api.transactionfeed</groupId>
    <artifactId>analytics</artifactId>
    <version>7.1002.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.handpoint.api.transactionfeed : analytics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1002.1

All Versions

Choose a version of com.handpoint.api.transactionfeed : analytics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1002.x
analytics-7.1002.1
analytics-7.1002.0
7.1001.x
analytics-7.1001.4
analytics-7.1001.3
analytics-7.1001.2
analytics-7.1001.1
analytics-7.1001.0
7.0.x
analytics-7.0.2
analytics-7.0.1
analytics-7.0.0
6.7.x
analytics-6.7.7
analytics-6.7.5
analytics-6.7.4
analytics-6.7.3
analytics-6.7.2
analytics-6.7.1
analytics-6.7.0
6.6.x
analytics-6.6.7
analytics-6.6.6
analytics-6.6.5
analytics-6.6.4
analytics-6.6.3
analytics-6.6.0
6.5.x
analytics-6.5.0
6.4.x
analytics-6.4.1
analytics-6.4.0

How to add a dependency to Maven

Add the following com.handpoint.api.transactionfeed : analytics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.handpoint.api.transactionfeed</groupId>
    <artifactId>analytics</artifactId>
    <version>7.1002.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.handpoint.api.transactionfeed : analytics gradle dependency to your build.gradle file:

implementation 'com.handpoint.api.transactionfeed:analytics:7.1002.1'

Gradle Kotlin DSL: Add the following com.handpoint.api.transactionfeed : analytics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.handpoint.api.transactionfeed:analytics:7.1002.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.handpoint.api.transactionfeed : analytics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.handpoint.api.transactionfeed" % "analytics" % "7.1002.1"