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