GroupId | GroupIdio.getstream |
---|---|
ArtifactId | ArtifactIdsketchbook |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
sketchbook-1.0.2.pom | |
sketchbook-1.0.2-sources.jar | 13 KB |
sketchbook-1.0.2-javadoc.jar | 290 KB |
Browse |
<!-- 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"]