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