is not current version
Last Version 1.1.1

com.github.skydoves:whatif 1.0.9

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

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

whatif
Version

Version

1.0.9
Type

Type

jar

Download whatif 1.0.9


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