f

flanklocation

Easy access of android location api callbacks using pending intents
https://github.com/vignesh-iopex/flanklocation
The Apache Software License, Version 2.0
Vignesh Periasami
Files download
File Operation
flanklocation-0.9.pom download
flanklocation-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vignesh-iopex</groupId>
  <artifactId>flanklocation</artifactId>
  <version>0.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.vignesh-iopex:flanklocation:0.9'
Gradle Kotlin
implementation("com.github.vignesh-iopex:flanklocation:0.9")
Scala SBT
libraryDependencies += "com.github.vignesh-iopex" % "flanklocation" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vignesh-iopex', module='flanklocation', version='0.9')
)
Apache Ivy
<dependency org="com.github.vignesh-iopex" name="flanklocation" rev="0.9" />
Leiningen
[com.github.vignesh-iopex/flanklocation "0.9"]
Apache Buildr
'com.github.vignesh-iopex:flanklocation:jar:0.9'