GroupId | GroupIdcom.github.fondesa |
---|---|
ArtifactId | ArtifactIdkpermissions |
Version | Version0.0.1-rc1 |
Type | Typeaar |
Filename | Size |
---|---|
kpermissions-0.0.1-rc1.pom | |
kpermissions-0.0.1-rc1.aar | 65 KB |
kpermissions-0.0.1-rc1-sources.jar | 33 KB |
kpermissions-0.0.1-rc1-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fondesa/kpermissions/ -->
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>kpermissions</artifactId>
<version>0.0.1-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions/
implementation 'com.github.fondesa:kpermissions:0.0.1-rc1'
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions/
implementation ("com.github.fondesa:kpermissions:0.0.1-rc1")
'com.github.fondesa:kpermissions:aar:0.0.1-rc1'
<dependency org="com.github.fondesa" name="kpermissions" rev="0.0.1-rc1">
<artifact name="kpermissions" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='kpermissions', version='0.0.1-rc1')
)
libraryDependencies += "com.github.fondesa" % "kpermissions" % "0.0.1-rc1"
[com.github.fondesa/kpermissions "0.0.1-rc1"]