<dependency> <groupId>ro.dragossusi</groupId> <artifactId>resource-flow</artifactId> <version>1.0.8</version> <type>aar</type> </dependency>
implementation 'ro.dragossusi:resource-flow:1.0.8'
implementation("ro.dragossusi:resource-flow:1.0.8")
libraryDependencies += "ro.dragossusi" % "resource-flow" % "1.0.8"
@Grapes( @Grab(group='ro.dragossusi', module='resource-flow', version='1.0.8') )
<dependency org="ro.dragossusi" name="resource-flow" rev="1.0.8" />
[ro.dragossusi/resource-flow "1.0.8"]
'ro.dragossusi:resource-flow:jar:1.0.8'
compile
|-- ro.dragossusi:resource:1.0.8
runtime
|-- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.5.0
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.0
|-- androidx.core:core-ktx:1.3.2
|-- androidx.appcompat:appcompat:1.2.0
|-- com.jakewharton.timber:timber:4.7.1
|-- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3