| GroupId | GroupIdco.cask.tigon |
|---|---|
| ArtifactId | ArtifactIdtigon-flow |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tigon-flow-0.2.0.pom | |
| tigon-flow-0.2.0.jar | 223 KB |
| tigon-flow-0.2.0-tests.jar | 2 KB |
| tigon-flow-0.2.0-sources.jar | 117 KB |
| tigon-flow-0.2.0-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.cask.tigon/tigon-flow/ -->
<dependency>
<groupId>co.cask.tigon</groupId>
<artifactId>tigon-flow</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.tigon/tigon-flow/
implementation 'co.cask.tigon:tigon-flow:0.2.0'
// https://jarcasting.com/artifacts/co.cask.tigon/tigon-flow/
implementation ("co.cask.tigon:tigon-flow:0.2.0")
'co.cask.tigon:tigon-flow:jar:0.2.0'
<dependency org="co.cask.tigon" name="tigon-flow" rev="0.2.0">
<artifact name="tigon-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.tigon', module='tigon-flow', version='0.2.0')
)
libraryDependencies += "co.cask.tigon" % "tigon-flow" % "0.2.0"
[co.cask.tigon/tigon-flow "0.2.0"]