MVN

ro.dragossusi : resource-flow

Maven & Gradle

Nov 24, 2021
0 stars

Resource · Android objects to observe loading completion and error

<dependency>
    <groupId>ro.dragossusi</groupId>
    <artifactId>resource-flow</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.dragossusi : resource-flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of ro.dragossusi : resource-flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
resource-flow-4.0.1
resource-flow-4.0.0
3.0.x
resource-flow-3.0.3
resource-flow-3.0.2
resource-flow-3.0.1
resource-flow-3.0.0
2.0.x
resource-flow-2.0.3
resource-flow-2.0.2
resource-flow-2.0.1
resource-flow-2.0.0
1.0.x
resource-flow-1.0.8
resource-flow-1.0.7
resource-flow-1.0.4

How to add a dependency to Maven

Add the following ro.dragossusi : resource-flow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.dragossusi</groupId>
    <artifactId>resource-flow</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.dragossusi : resource-flow gradle dependency to your build.gradle file:

implementation 'ro.dragossusi:resource-flow:4.0.1'

Gradle Kotlin DSL: Add the following ro.dragossusi : resource-flow gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.dragossusi:resource-flow:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.dragossusi : resource-flow sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.dragossusi" % "resource-flow" % "4.0.1"

Advertisement