is not current version
Last Version 1.0.2

io.github.renlov:shadowLibrary 1.0.1

Simply way of set shadow in your vector image in android studio project. Very helpful developer to do design feature. You can add shadow color, transition and e.t.c.

GroupId

GroupId

io.github.renlov
ArtifactId

ArtifactId

shadowLibrary
Version

Version

1.0.1
Type

Type

jar

Download shadowLibrary 1.0.1


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