GroupId | GroupIdcom.github.fondesa |
---|---|
ArtifactId | ArtifactIdkpermissions-coroutines |
Version | Version3.1.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/ -->
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>kpermissions-coroutines</artifactId>
<version>3.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/
implementation 'com.github.fondesa:kpermissions-coroutines:3.1.2'
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/
implementation ("com.github.fondesa:kpermissions-coroutines:3.1.2")
'com.github.fondesa:kpermissions-coroutines:aar:3.1.2'
<dependency org="com.github.fondesa" name="kpermissions-coroutines" rev="3.1.2">
<artifact name="kpermissions-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='kpermissions-coroutines', version='3.1.2')
)
libraryDependencies += "com.github.fondesa" % "kpermissions-coroutines" % "3.1.2"
[com.github.fondesa/kpermissions-coroutines "3.1.2"]