is not current version
Last Version 1.0.3

io.getstream:sketchbook 1.0.2

Sketchbook lets you build drawings on canvas with color palettes for Jetpack Compose.

GroupId

GroupId

io.getstream
ArtifactId

ArtifactId

sketchbook
Version

Version

1.0.2
Type

Type

aar

Download sketchbook 1.0.2


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