| GroupId | GroupIdio.fnproject.fn |
|---|---|
| ArtifactId | ArtifactIdflow-runtime |
| Version | Version1.0.124 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flow-runtime-1.0.124.pom | |
| flow-runtime-1.0.124.jar | 95 KB |
| flow-runtime-1.0.124-sources.jar | 32 KB |
| flow-runtime-1.0.124-javadoc.jar | 249 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fnproject.fn/flow-runtime/ -->
<dependency>
<groupId>io.fnproject.fn</groupId>
<artifactId>flow-runtime</artifactId>
<version>1.0.124</version>
</dependency>
// https://jarcasting.com/artifacts/io.fnproject.fn/flow-runtime/
implementation 'io.fnproject.fn:flow-runtime:1.0.124'
// https://jarcasting.com/artifacts/io.fnproject.fn/flow-runtime/
implementation ("io.fnproject.fn:flow-runtime:1.0.124")
'io.fnproject.fn:flow-runtime:jar:1.0.124'
<dependency org="io.fnproject.fn" name="flow-runtime" rev="1.0.124">
<artifact name="flow-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fnproject.fn', module='flow-runtime', version='1.0.124')
)
libraryDependencies += "io.fnproject.fn" % "flow-runtime" % "1.0.124"
[io.fnproject.fn/flow-runtime "1.0.124"]