не последняя версия
Последняя версия 2.1.4

io.github.datl4g:flower 2.1.0

Flower is an Android library that makes it simple to handle networking and database caching. It enables developers to fetch api resources on-the-fly OR combine api resources and local data at single place with fault tolerant architecture.

Группа

Группа

io.github.datl4g
Идентификатор

Идентификатор

flower
Версия

Версия

2.1.0
Тип

Тип

aar

Скачать flower 2.1.0

Имя Файла Размер
flower-2.1.0.pom
flower-2.1.0-sources.jar 5 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.datl4g/flower/ -->
<dependency>
    <groupId>io.github.datl4g</groupId>
    <artifactId>flower</artifactId>
    <version>2.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.datl4g/flower/
implementation 'io.github.datl4g:flower:2.1.0'
// https://jarcasting.com/artifacts/io.github.datl4g/flower/
implementation ("io.github.datl4g:flower:2.1.0")
'io.github.datl4g:flower:aar:2.1.0'
<dependency org="io.github.datl4g" name="flower" rev="2.1.0">
  <artifact name="flower" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.datl4g', module='flower', version='2.1.0')
)
libraryDependencies += "io.github.datl4g" % "flower" % "2.1.0"
[io.github.datl4g/flower "2.1.0"]