MVN

io.github.datl4g : flower

Maven & Gradle

Jun 14, 2022
1 stars

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

<dependency>
    <groupId>io.github.datl4g</groupId>
    <artifactId>flower</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.datl4g : flower to add to Maven - Latest Versions:

  • Latest Stable: 2.1.4

All Versions

Choose a version of io.github.datl4g : flower to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
flower-2.1.4
flower-2.1.3
flower-2.1.2
flower-2.1.0
2.0.x
flower-2.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.datl4g</groupId>
    <artifactId>flower</artifactId>
    <version>2.1.4</version>
</dependency>