MVN

io.appmetrica.analytics : analytics-gpllibrary

Maven & Gradle

Aug 02, 2023
52 stars

AppMetrica SDK Google Play Location Library wrapper

<dependency>
    <groupId>io.appmetrica.analytics</groupId>
    <artifactId>analytics-gpllibrary</artifactId>
    <version>6.0.0-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appmetrica.analytics : analytics-gpllibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0-RC
  • Latest Release Candidate: 6.0.0-RC

All Versions

Choose a version of io.appmetrica.analytics : analytics-gpllibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
analytics-gpllibrary-6.0.0-RC

How to add a dependency to Maven

Add the following io.appmetrica.analytics : analytics-gpllibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.appmetrica.analytics</groupId>
    <artifactId>analytics-gpllibrary</artifactId>
    <version>6.0.0-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.appmetrica.analytics : analytics-gpllibrary gradle dependency to your build.gradle file:

implementation 'io.appmetrica.analytics:analytics-gpllibrary:6.0.0-RC'

Gradle Kotlin DSL: Add the following io.appmetrica.analytics : analytics-gpllibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("io.appmetrica.analytics:analytics-gpllibrary:6.0.0-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.appmetrica.analytics : analytics-gpllibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "io.appmetrica.analytics" % "analytics-gpllibrary" % "6.0.0-RC"