is not current version
Last Version 1.1.0

com.likethesalad.android:aaper 1.0.0

Ensure Android runtime permissions using annotations only.

GroupId

GroupId

com.likethesalad.android
ArtifactId

ArtifactId

aaper
Version

Version

1.0.0
Type

Type

aar

Download aaper 1.0.0


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