| GroupId | GroupIdio.github.grakhell |
|---|---|
| ArtifactId | ArtifactIdEffectView |
| Version | Version1.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| EffectView-1.1.1.pom | |
| EffectView-1.1.1-sources.jar | 7 KB |
| EffectView-1.1.1-javadoc.jar | 326 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.grakhell/EffectView/ -->
<dependency>
<groupId>io.github.grakhell</groupId>
<artifactId>EffectView</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.grakhell/EffectView/
implementation 'io.github.grakhell:EffectView:1.1.1'
// https://jarcasting.com/artifacts/io.github.grakhell/EffectView/
implementation ("io.github.grakhell:EffectView:1.1.1")
'io.github.grakhell:EffectView:aar:1.1.1'
<dependency org="io.github.grakhell" name="EffectView" rev="1.1.1">
<artifact name="EffectView" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.grakhell', module='EffectView', version='1.1.1')
)
libraryDependencies += "io.github.grakhell" % "EffectView" % "1.1.1"
[io.github.grakhell/EffectView "1.1.1"]