is not current version
Last Version 2.2.0

com.markodevcic:peko 2.1.2

Android Library for requesting Permissions with Kotlin Coroutines

GroupId

GroupId

com.markodevcic
ArtifactId

ArtifactId

peko
Version

Version

2.1.2
Type

Type

aar

Download peko 2.1.2


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