| License |
License |
|---|---|
| GroupId | GroupIdcom.lithium.flow |
| ArtifactId | ArtifactIdflow |
| Last Version | Last Version0.7.41 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSuper pom used by all Lithium open source
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flow-0.7.41.pom | |
| flow-0.7.41.jar | 482 KB |
| flow-0.7.41-sources.jar | 306 KB |
| flow-0.7.41-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.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation 'com.lithium.flow:flow:0.7.41'
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation ("com.lithium.flow:flow:0.7.41")
'com.lithium.flow:flow:jar:0.7.41'
<dependency org="com.lithium.flow" name="flow" rev="0.7.41">
<artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lithium.flow', module='flow', version='0.7.41')
)
libraryDependencies += "com.lithium.flow" % "flow" % "0.7.41"
[com.lithium.flow/flow "0.7.41"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.easymock : easymock | jar | 4.3 |