License |
License |
---|---|
GroupId | GroupIdio.github.hadiyarajesh |
ArtifactId | ArtifactIdflower |
Version | Version2.0.0 |
Type | Typeaar |
Description |
Descriptionflower
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flower-2.0.0.pom | |
flower-2.0.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hadiyarajesh/flower/ -->
<dependency>
<groupId>io.github.hadiyarajesh</groupId>
<artifactId>flower</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hadiyarajesh/flower/
implementation 'io.github.hadiyarajesh:flower:2.0.0'
// https://jarcasting.com/artifacts/io.github.hadiyarajesh/flower/
implementation ("io.github.hadiyarajesh:flower:2.0.0")
'io.github.hadiyarajesh:flower:aar:2.0.0'
<dependency org="io.github.hadiyarajesh" name="flower" rev="2.0.0">
<artifact name="flower" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.hadiyarajesh', module='flower', version='2.0.0')
)
libraryDependencies += "io.github.hadiyarajesh" % "flower" % "2.0.0"
[io.github.hadiyarajesh/flower "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.21 |
androidx.core » core-ktx | jar | 1.6.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.1 |