GroupId | GroupIdio.github.panpf.sketch3 |
---|---|
ArtifactId | ArtifactIdsketch-svg |
Version | Version3.0.0-alpha01 |
Type | Typeaar |
Filename | Size |
---|---|
sketch-svg-3.0.0-alpha01.pom | |
sketch-svg-3.0.0-alpha01-sources.jar | 3 KB |
sketch-svg-3.0.0-alpha01-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.panpf.sketch3/sketch-svg/ -->
<dependency>
<groupId>io.github.panpf.sketch3</groupId>
<artifactId>sketch-svg</artifactId>
<version>3.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.panpf.sketch3/sketch-svg/
implementation 'io.github.panpf.sketch3:sketch-svg:3.0.0-alpha01'
// https://jarcasting.com/artifacts/io.github.panpf.sketch3/sketch-svg/
implementation ("io.github.panpf.sketch3:sketch-svg:3.0.0-alpha01")
'io.github.panpf.sketch3:sketch-svg:aar:3.0.0-alpha01'
<dependency org="io.github.panpf.sketch3" name="sketch-svg" rev="3.0.0-alpha01">
<artifact name="sketch-svg" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.panpf.sketch3', module='sketch-svg', version='3.0.0-alpha01')
)
libraryDependencies += "io.github.panpf.sketch3" % "sketch-svg" % "3.0.0-alpha01"
[io.github.panpf.sketch3/sketch-svg "3.0.0-alpha01"]