| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.lucasr.smoothie |
| Идентификатор | Идентификаторsmoothie |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеSmoothie Library
A simple API to load ListView/GridView items asynchronously.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| smoothie-0.1.0.pom | |
| smoothie-0.1.0.aar | 24 KB |
| smoothie-0.1.0-sources.jar | 18 KB |
| smoothie-0.1.0-javadoc.jar | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.lucasr.smoothie/smoothie/ -->
<dependency>
<groupId>org.lucasr.smoothie</groupId>
<artifactId>smoothie</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.lucasr.smoothie/smoothie/
implementation 'org.lucasr.smoothie:smoothie:0.1.0'
// https://jarcasting.com/artifacts/org.lucasr.smoothie/smoothie/
implementation ("org.lucasr.smoothie:smoothie:0.1.0")
'org.lucasr.smoothie:smoothie:aar:0.1.0'
<dependency org="org.lucasr.smoothie" name="smoothie" rev="0.1.0">
<artifact name="smoothie" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.lucasr.smoothie', module='smoothie', version='0.1.0')
)
libraryDependencies += "org.lucasr.smoothie" % "smoothie" % "0.1.0"
[org.lucasr.smoothie/smoothie "0.1.0"]