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

com.github.fondesa:kpermissions-rx3 3.1.1

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

Группа

Группа

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

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

kpermissions-rx3
Версия

Версия

3.1.1
Тип

Тип

aar

Скачать kpermissions-rx3 3.1.1


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