is not current version
Last Version 2.0.3

io.github.hadiyarajesh:flower 1.2.0

Android library to manage networking and database caching with ease. It helps developers to handle all scenario of API request(loading/success/error) in single place along with database caching.

GroupId

GroupId

io.github.hadiyarajesh
ArtifactId

ArtifactId

flower
Version

Version

1.2.0
Type

Type

aar

Download flower 1.2.0


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