androidrate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vorlonsoft</groupId>
<artifactId>androidrate</artifactId>
<version>1.2.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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vorlonsoft</groupId>
<artifactId>androidrate</artifactId>
<version>1.2.1</version>
<packaging>aar</packaging>
<name>AndroidRate Library</name>
<description>Library to help you promote your Android app by prompting users to rate the app after using it for a few days.</description>
<url>https://github.com/Vorlonsoft/AndroidRate</url>
<inceptionYear>2017</inceptionYear>
<organization>
<name>Vorlonsoft LLC</name>
<url>https://www.vorlonsoft.com/</url>
</organization>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>AlexanderLS</id>
<name>Alexander Savin</name>
<email>info@vorlonsoft.com</email>
<url>https://github.com/AlexanderLS</url>
<organization>Vorlonsoft LLC</organization>
<organizationUrl>https://www.vorlonsoft.com/</organizationUrl>
<roles>
<role>CEO</role>
<role>Chief Architect</role>
<role>Software Engineer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Hafiz Ahmed</name>
<email>38810169+hafizahmmed@users.noreply.github.com</email>
</contributor>
</contributors>
<scm>
<connection>scm:git@github.com:Vorlonsoft/AndroidRate.git</connection>
<developerConnection>scm:git@github.com:Vorlonsoft/AndroidRate.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/Vorlonsoft/AndroidRate</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/Vorlonsoft/AndroidRate/issues</url>
</issueManagement>
<distributionManagement>
<downloadUrl>https://repo1.maven.org/maven2/com/vorlonsoft/androidrate/</downloadUrl>
</distributionManagement>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.0.0-rc02</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jCenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
<repository>
<id>mavenCentral</id>
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>
</project>