is not current version
Last Version 1.0.2

io.github.hanxiaofeng:flownet 1.0.0

a android net library, use kotlin coroutines or flow.

Categories

Categories

Net
GroupId

GroupId

io.github.hanxiaofeng
ArtifactId

ArtifactId

flownet
Version

Version

1.0.0
Type

Type

aar

Download flownet 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.hanxiaofeng/flownet/ -->
<dependency>
    <groupId>io.github.hanxiaofeng</groupId>
    <artifactId>flownet</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hanxiaofeng/flownet/
implementation 'io.github.hanxiaofeng:flownet:1.0.0'
// https://jarcasting.com/artifacts/io.github.hanxiaofeng/flownet/
implementation ("io.github.hanxiaofeng:flownet:1.0.0")
'io.github.hanxiaofeng:flownet:aar:1.0.0'
<dependency org="io.github.hanxiaofeng" name="flownet" rev="1.0.0">
  <artifact name="flownet" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.hanxiaofeng', module='flownet', version='1.0.0')
)
libraryDependencies += "io.github.hanxiaofeng" % "flownet" % "1.0.0"
[io.github.hanxiaofeng/flownet "1.0.0"]