is not current version
Last Version 0.0.2

io.github.leeigithub:permissionflow 0.0.1

简化Android需要权限操作的库

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

io.github.leeigithub
ArtifactId

ArtifactId

permissionflow
Version

Version

0.0.1
Type

Type

aar

Download permissionflow 0.0.1


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