MVN

com.afollestad : assent

Maven & Gradle

Feb 21, 2021
797 stars

Assent ·  Android Runtime Permissions made easy and compact, for Kotlin and AndroidX. With coroutines support!

<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>assent</artifactId>
    <version>rationales</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.afollestad : assent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: rationales

All Versions

Choose a version of com.afollestad : assent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
assent-2.3.1
assent-2.3.0
2.2.x
assent-2.2.3
assent-2.2.2
assent-2.2.1
assent-2.2.0
2.1.x
assent-2.1.1
assent-2.1.0
2.0.x
assent-2.0.0
1.0.x
assent-1.0.1
assent-1.0.0
0.2.x
assent-0.2.5
assent-0.2.4
assent-0.2.3
assent-0.2.2
rationales
assent-rationales
coroutines
assent-coroutines
core
assent-core

How to add a dependency to Maven

Add the following com.afollestad : assent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>assent</artifactId>
    <version>rationales</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.afollestad : assent gradle dependency to your build.gradle file:

implementation 'com.afollestad:assent:rationales'

Gradle Kotlin DSL: Add the following com.afollestad : assent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.afollestad:assent:rationales")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.afollestad : assent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.afollestad" % "assent" % "rationales"

Advertisement