License |
License |
---|---|
GroupId | GroupIdcom.github.skydoves |
ArtifactId | ArtifactIdwhatif |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwhatif
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-1.1.1.pom | |
whatif-1.1.1.jar | 15 KB |
whatif-1.1.1-sources.jar | 261 bytes |
whatif-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/whatif/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>whatif</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/whatif/
implementation 'com.github.skydoves:whatif:1.1.1'
// https://jarcasting.com/artifacts/com.github.skydoves/whatif/
implementation ("com.github.skydoves:whatif:1.1.1")
'com.github.skydoves:whatif:jar:1.1.1'
<dependency org="com.github.skydoves" name="whatif" rev="1.1.1">
<artifact name="whatif" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='whatif', version='1.1.1')
)
libraryDependencies += "com.github.skydoves" % "whatif" % "1.1.1"
[com.github.skydoves/whatif "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |