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