не последняя версия
Последняя версия 3.3.0

com.github.fondesa:kpermissions-rx3 3.2.0

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

Группа

Группа

com.github.fondesa
Идентификатор

Идентификатор

kpermissions-rx3
Версия

Версия

3.2.0
Тип

Тип

aar

Скачать kpermissions-rx3 3.2.0


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