permissionflow

简化Android需要权限操作的库

License

License

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

io.github.leeigithub
ArtifactId

ArtifactId

permissionflow
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

permissionflow
简化Android需要权限操作的库
Project URL

Project URL

https://github.com/LeeIGitHub/PermissionFlow
Source Code Management

Source Code Management

https://github.com/LeeIGitHub/PermissionFlow/tree/master

Download permissionflow

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.20
androidx.core » core-ktx jar 1.5.0
androidx.appcompat » appcompat jar 1.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1