| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skydoves |
| ArtifactId | ArtifactIdwhatif-android |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionwhatif-android
WhatIf is kotlin extensions for expressing a single if-else statement, nullable and boolean.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| whatif-android-1.1.1.pom | |
| whatif-android-1.1.1.aar | 18 KB |
| whatif-android-1.1.1-sources.jar | 2 KB |
| whatif-android-1.1.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/whatif-android/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>whatif-android</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/whatif-android/
implementation 'com.github.skydoves:whatif-android:1.1.1'
// https://jarcasting.com/artifacts/com.github.skydoves/whatif-android/
implementation ("com.github.skydoves:whatif-android:1.1.1")
'com.github.skydoves:whatif-android:aar:1.1.1'
<dependency org="com.github.skydoves" name="whatif-android" rev="1.1.1">
<artifact name="whatif-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='whatif-android', version='1.1.1')
)
libraryDependencies += "com.github.skydoves" % "whatif-android" % "1.1.1"
[com.github.skydoves/whatif-android "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.skydoves : whatif | jar | 1.1.1 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.3.0 |