| Лицензия |
Лицензия |
|---|---|
| Группа | Группаit.sephiroth.android.library.fork.listviewanimations |
| Идентификатор | Идентификаторlibrary |
| Версия | Версия2.5.2 |
| Тип | Типaar |
| Описание |
Описаниеlistviewanimations
An Android library which allows developers to easily add animations to ListView items. Original library: https://github.com/nhaarman/ListViewAnimations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| library-2.5.2.pom | |
| library-2.5.2.aar | 65 KB |
| library-2.5.2-sources.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.fork.listviewanimations/library/ -->
<dependency>
<groupId>it.sephiroth.android.library.fork.listviewanimations</groupId>
<artifactId>library</artifactId>
<version>2.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.fork.listviewanimations/library/
implementation 'it.sephiroth.android.library.fork.listviewanimations:library:2.5.2'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.fork.listviewanimations/library/
implementation ("it.sephiroth.android.library.fork.listviewanimations:library:2.5.2")
'it.sephiroth.android.library.fork.listviewanimations:library:aar:2.5.2'
<dependency org="it.sephiroth.android.library.fork.listviewanimations" name="library" rev="2.5.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.fork.listviewanimations', module='library', version='2.5.2')
)
libraryDependencies += "it.sephiroth.android.library.fork.listviewanimations" % "library" % "2.5.2"
[it.sephiroth.android.library.fork.listviewanimations/library "2.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » support-v4 | jar | 19.0.+ |
| com.nineoldandroids : library | jar | 2.4.+ |