is not current version
Last Version 1.1.1

com.github.skydoves:whatif-android 1.0.7

WhatIf is kotlin extensions for expressing a single if-else statement, nullable and boolean.

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

whatif-android
Version

Version

1.0.7
Type

Type

aar

Download whatif-android 1.0.7


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