| Группа | Группаcom.github.traex.rippleeffect |
|---|---|
| Идентификатор | Идентификаторlibrary |
| Версия | Версия1.2.4 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| library-1.2.4.pom | |
| library-1.2.4.aar | 57 KB |
| library-1.2.4-sources.jar | 3 KB |
| library-1.2.4-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.traex.rippleeffect/library/ -->
<dependency>
<groupId>com.github.traex.rippleeffect</groupId>
<artifactId>library</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.traex.rippleeffect/library/
implementation 'com.github.traex.rippleeffect:library:1.2.4'
// https://jarcasting.com/artifacts/com.github.traex.rippleeffect/library/
implementation ("com.github.traex.rippleeffect:library:1.2.4")
'com.github.traex.rippleeffect:library:aar:1.2.4'
<dependency org="com.github.traex.rippleeffect" name="library" rev="1.2.4">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.traex.rippleeffect', module='library', version='1.2.4')
)
libraryDependencies += "com.github.traex.rippleeffect" % "library" % "1.2.4"
[com.github.traex.rippleeffect/library "1.2.4"]