MVN

com.github.akashandroid90.googlesupport : google-support-location

Maven & Gradle

Mar 30, 2017
24 stars

GoogleSupportLocation · This library is used to handle location requests and maintains the flow with permission checks in marshmallow.

<dependency>
    <groupId>com.github.akashandroid90.googlesupport</groupId>
    <artifactId>google-support-location</artifactId>
    <version>1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.akashandroid90.googlesupport : google-support-location to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18

All Versions

Choose a version of com.github.akashandroid90.googlesupport : google-support-location to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18
google-support-location-1.18
1.17
google-support-location-1.17
1.16
google-support-location-1.16
1.15
google-support-location-1.15
1.14
google-support-location-1.14
1.13
google-support-location-1.13
1.12
google-support-location-1.12
1.11
google-support-location-1.11
1.10
google-support-location-1.10
1.9
google-support-location-1.9
1.8
google-support-location-1.8
1.7
google-support-location-1.7
1.6
google-support-location-1.6
1.5
google-support-location-1.5
1.4
google-support-location-1.4
1.3
google-support-location-1.3
1.2
google-support-location-1.2
1.1
google-support-location-1.1
1.0
google-support-location-1.0

How to add a dependency to Maven

Add the following com.github.akashandroid90.googlesupport : google-support-location maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.akashandroid90.googlesupport</groupId>
    <artifactId>google-support-location</artifactId>
    <version>1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.akashandroid90.googlesupport : google-support-location gradle dependency to your build.gradle file:

implementation 'com.github.akashandroid90.googlesupport:google-support-location:1.18'

Gradle Kotlin DSL: Add the following com.github.akashandroid90.googlesupport : google-support-location gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.akashandroid90.googlesupport:google-support-location:1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.akashandroid90.googlesupport : google-support-location sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.akashandroid90.googlesupport" % "google-support-location" % "1.18"