is not current version
Last Version 2.5

com.github.dfqin:grantor 2.4

Android Library to grant the permission

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.dfqin
ArtifactId

ArtifactId

grantor
Version

Version

2.4
Type

Type

aar

Download grantor 2.4


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