GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdwhatif |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
whatif-1.0.9.pom | |
whatif-1.0.9.jar | 20 KB |
whatif-1.0.9-sources.jar | 261 bytes |
whatif-1.0.9-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]