Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.hanxiaofeng |
ArtifactId | ArtifactIdflownet |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
flownet-1.0.0.pom | |
flownet-1.0.0-sources.jar | 69 KB |
flownet-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]