| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fondesa |
| ArtifactId | ArtifactIdkpermissions |
| Last Version | Last Version3.3.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionkpermissions
A Kotlin library that helps to request runtime permissions in Android.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kpermissions-3.3.0.pom | |
| kpermissions-3.3.0.aar | 65 KB |
| kpermissions-3.3.0-sources.jar | 33 KB |
| kpermissions-3.3.0-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fondesa/kpermissions/ -->
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>kpermissions</artifactId>
<version>3.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions/
implementation 'com.github.fondesa:kpermissions:3.3.0'
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions/
implementation ("com.github.fondesa:kpermissions:3.3.0")
'com.github.fondesa:kpermissions:aar:3.3.0'
<dependency org="com.github.fondesa" name="kpermissions" rev="3.3.0">
<artifact name="kpermissions" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='kpermissions', version='3.3.0')
)
libraryDependencies += "com.github.fondesa" % "kpermissions" % "3.3.0"
[com.github.fondesa/kpermissions "3.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.fragment » fragment | jar | 1.4.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |