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