License |
License |
---|---|
GroupId | GroupIdcom.afollestad |
ArtifactId | ArtifactIdassent |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAssent
๐ Android Runtime Permissions made easy and compact, for Kotlin and AndroidX. With coroutines support!
|
Project URL |
Project URL |
Filename | Size |
---|---|
assent-2.3.1.pom | |
assent-2.3.1.aar | 94 KB |
assent-2.3.1-sources.jar | 18 KB |
assent-2.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.afollestad/assent/ -->
<dependency>
<groupId>com.afollestad</groupId>
<artifactId>assent</artifactId>
<version>2.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/assent/
implementation 'com.afollestad:assent:2.3.1'
// https://jarcasting.com/artifacts/com.afollestad/assent/
implementation ("com.afollestad:assent:2.3.1")
'com.afollestad:assent:aar:2.3.1'
<dependency org="com.afollestad" name="assent" rev="2.3.1">
<artifact name="assent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='assent', version='2.3.1')
)
libraryDependencies += "com.afollestad" % "assent" % "2.3.1"
[com.afollestad/assent "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |
androidx.appcompat » appcompat | jar | 1.0.2 |
com.google.android.material » material | jar | 1.0.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.40 |
com.jakewharton.timber : timber | jar | 4.7.1 |