GroupId | GroupIdcom.lithium.flow |
---|---|
ArtifactId | ArtifactIdflow |
Version | Version0.7.30 |
Type | Typejar |
Filename | Size |
---|---|
flow-0.7.30.pom | |
flow-0.7.30.jar | 480 KB |
flow-0.7.30-sources.jar | 306 KB |
flow-0.7.30-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.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation 'com.lithium.flow:flow:0.7.30'
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation ("com.lithium.flow:flow:0.7.30")
'com.lithium.flow:flow:jar:0.7.30'
<dependency org="com.lithium.flow" name="flow" rev="0.7.30">
<artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lithium.flow', module='flow', version='0.7.30')
)
libraryDependencies += "com.lithium.flow" % "flow" % "0.7.30"
[com.lithium.flow/flow "0.7.30"]