eitri-android-geolocation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.eitri</groupId>
<artifactId>eitri-android-geolocation</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>tech.eitri</groupId>
<artifactId>eitri-android-geolocation</artifactId>
<version>1.0.1</version>
<packaging>aar</packaging>
<name>eitri-android-geolocation</name>
<description>Geolocation module for Eitri framework</description>
<url>https://github.com/Calindra/eitri-android-geolocation</url>
<licenses>
<license>
<name>Proprietary</name>
<url>https://google.com</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>eitri</id>
<name>Eitri Tech</name>
<email>contato@eitri.tech</email>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://github.com/Calindra/eitri-android-geolocation.git</connection>
<developerConnection>https://github.com/Calindra/eitri-android-geolocation/tree/main/</developerConnection>
<url>scm:git:git://github.com/Calindra/eitri-android-geolocation.git</url>
</scm>
<issueManagement>
<url>https://github.com/Calindra/eitri-android-geolocation/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.13.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tech.eitri</groupId>
<artifactId>eitri-android-contracts</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>21.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.6.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>