is not current version
Last Version 1.0.4

com.github.skydoves:rainbow 1.0.3

A fluent way to apply gradations and tinting for Android.

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

rainbow
Version

Version

1.0.3
Type

Type

aar

Download rainbow 1.0.3


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