warden

Android permissions as suspend functions

License

License

GroupId

GroupId

com.alexstyl
ArtifactId

ArtifactId

warden
Last Version

Last Version

1.0.0-alpha2
Release Date

Release Date

Type

Type

aar
Description

Description

warden
Android permissions as suspend functions
Project URL

Project URL

https://github.com/alexstyl/warden
Source Code Management

Source Code Management

https://github.com/alexstyl/warden/tree/main

Download warden

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.6.0
androidx.core » core-ktx jar 1.7.0
androidx.activity » activity-ktx jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha2
1.0.0-alpha1