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