is not current version
Last Version 0.0.2

com.github.satoshun.compose.palette:palette 0.0.1

Palette for Jetpack Compose

GroupId

GroupId

com.github.satoshun.compose.palette
ArtifactId

ArtifactId

palette
Version

Version

0.0.1
Type

Type

aar

Download palette 0.0.1


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