| GroupId | GroupIdcom.lithium.flow |
|---|---|
| ArtifactId | ArtifactIdflow |
| Version | Version0.6-beta8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flow-0.6-beta8.pom | |
| flow-0.6-beta8.jar | 402 KB |
| flow-0.6-beta8-sources.jar | 258 KB |
| flow-0.6-beta8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lithium.flow/flow/ -->
<dependency>
<groupId>com.lithium.flow</groupId>
<artifactId>flow</artifactId>
<version>0.6-beta8</version>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation 'com.lithium.flow:flow:0.6-beta8'
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation ("com.lithium.flow:flow:0.6-beta8")
'com.lithium.flow:flow:jar:0.6-beta8'
<dependency org="com.lithium.flow" name="flow" rev="0.6-beta8">
<artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lithium.flow', module='flow', version='0.6-beta8')
)
libraryDependencies += "com.lithium.flow" % "flow" % "0.6-beta8"
[com.lithium.flow/flow "0.6-beta8"]