is not current version
Last Version 2.3.1

com.afollestad:assent 2.0.0

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

GroupId

GroupId

com.afollestad
ArtifactId

ArtifactId

assent
Version

Version

2.0.0
Type

Type

aar

Download assent 2.0.0


<!-- https://jarcasting.com/artifacts/com.afollestad/assent/ -->
<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>assent</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/assent/
implementation 'com.afollestad:assent:2.0.0'
// https://jarcasting.com/artifacts/com.afollestad/assent/
implementation ("com.afollestad:assent:2.0.0")
'com.afollestad:assent:aar:2.0.0'
<dependency org="com.afollestad" name="assent" rev="2.0.0">
  <artifact name="assent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='assent', version='2.0.0')
)
libraryDependencies += "com.afollestad" % "assent" % "2.0.0"
[com.afollestad/assent "2.0.0"]