lib-geofencing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.label305.stan</groupId> <artifactId>lib-geofencing</artifactId> <version>0.4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.label305.stan</groupId> <artifactId>lib-geofencing</artifactId> <version>0.4.0</version> <packaging>aar</packaging> <name>Stan-for-Android-Geofencing</name> <description>Stan-for-Android</description> <url>https://github.com/label305/Stan-for-Android</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>nhaarman</id> <name>Niek Haarman</name> </developer> </developers> <scm> <connection>scm:git@github.com:Label305/Stan-for-Android.git</connection> <developerConnection>scm:gitgit@github.com:Label305/Stan-for-Android.git</developerConnection> <url>https://github.com/label305/Stan-for-Android</url> </scm> <dependencies> <dependency> <groupId>com.label305.stan</groupId> <artifactId>lib-utils</artifactId> <version>0.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services</artifactId> <version>5.0.+</version> <scope>compile</scope> </dependency> </dependencies> </project>