is not current version
Last Version 2.0.3

io.github.hadiyarajesh:flower 2.0.1

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.

GroupId

GroupId

io.github.hadiyarajesh
ArtifactId

ArtifactId

flower
Version

Version

2.0.1
Type

Type

aar

Download flower 2.0.1


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