r

resource-flow

Android objects to observe loading completion and error
http://www.example.com/library
The Apache License, Version 2.0
Dragos Rachieru
Files download
File Operation
resource-flow-1.0.8.pom download
Apache Maven
<dependency>
  <groupId>ro.dragossusi</groupId>
  <artifactId>resource-flow</artifactId>
  <version>1.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ro.dragossusi:resource-flow:1.0.8'
Gradle Kotlin
implementation("ro.dragossusi:resource-flow:1.0.8")
Scala SBT
libraryDependencies += "ro.dragossusi" % "resource-flow" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='ro.dragossusi', module='resource-flow', version='1.0.8')
)
Apache Ivy
<dependency org="ro.dragossusi" name="resource-flow" rev="1.0.8" />
Leiningen
[ro.dragossusi/resource-flow "1.0.8"]
Apache Buildr
'ro.dragossusi:resource-flow:jar:1.0.8'