GroupId | GroupIdio.github.dadino.quickstart3 |
---|---|
ArtifactId | ArtifactIdflow |
Version | Version0.12.4 |
Type | Typeaar |
Filename | Size |
---|---|
flow-0.12.4.pom | |
flow-0.12.4-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dadino.quickstart3/flow/ -->
<dependency>
<groupId>io.github.dadino.quickstart3</groupId>
<artifactId>flow</artifactId>
<version>0.12.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dadino.quickstart3/flow/
implementation 'io.github.dadino.quickstart3:flow:0.12.4'
// https://jarcasting.com/artifacts/io.github.dadino.quickstart3/flow/
implementation ("io.github.dadino.quickstart3:flow:0.12.4")
'io.github.dadino.quickstart3:flow:aar:0.12.4'
<dependency org="io.github.dadino.quickstart3" name="flow" rev="0.12.4">
<artifact name="flow" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dadino.quickstart3', module='flow', version='0.12.4')
)
libraryDependencies += "io.github.dadino.quickstart3" % "flow" % "0.12.4"
[io.github.dadino.quickstart3/flow "0.12.4"]