MVN

com.suddenh4x.ratingdialog : awesome-app-rating

Maven & Gradle

Jan 22, 2023
229 stars

awesome-app-rating · A highly customizable Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.

<dependency>
    <groupId>com.suddenh4x.ratingdialog</groupId>
    <artifactId>awesome-app-rating</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.suddenh4x.ratingdialog : awesome-app-rating to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.suddenh4x.ratingdialog : awesome-app-rating to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
awesome-app-rating-2.6.0
2.5.x
awesome-app-rating-2.5.0
2.4.x
awesome-app-rating-2.4.0

How to add a dependency to Maven

Add the following com.suddenh4x.ratingdialog : awesome-app-rating maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.suddenh4x.ratingdialog</groupId>
    <artifactId>awesome-app-rating</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.suddenh4x.ratingdialog : awesome-app-rating gradle dependency to your build.gradle file:

implementation 'com.suddenh4x.ratingdialog:awesome-app-rating:2.6.0'

Gradle Kotlin DSL: Add the following com.suddenh4x.ratingdialog : awesome-app-rating gradle kotlin dependency to your build.gradle.kts file:

implementation("com.suddenh4x.ratingdialog:awesome-app-rating:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.suddenh4x.ratingdialog : awesome-app-rating sbt scala dependency to your build.sbt file:

libraryDependencies += "com.suddenh4x.ratingdialog" % "awesome-app-rating" % "2.6.0"