is not current version
Last Version 3.3.0

com.github.fondesa:kpermissions-rx3 3.1.0

A Kotlin library that helps to request runtime permissions in Android.

GroupId

GroupId

com.github.fondesa
ArtifactId

ArtifactId

kpermissions-rx3
Version

Version

3.1.0
Type

Type

aar

Download kpermissions-rx3 3.1.0


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