GroupId | GroupIdcom.lightbend.cloudflow |
---|---|
ArtifactId | ArtifactIdcloudflow-runner_2.13 |
Version | Version2.0.26-RC32 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-runner_2.13/ -->
<dependency>
<groupId>com.lightbend.cloudflow</groupId>
<artifactId>cloudflow-runner_2.13</artifactId>
<version>2.0.26-RC32</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-runner_2.13/
implementation 'com.lightbend.cloudflow:cloudflow-runner_2.13:2.0.26-RC32'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-runner_2.13/
implementation ("com.lightbend.cloudflow:cloudflow-runner_2.13:2.0.26-RC32")
'com.lightbend.cloudflow:cloudflow-runner_2.13:jar:2.0.26-RC32'
<dependency org="com.lightbend.cloudflow" name="cloudflow-runner_2.13" rev="2.0.26-RC32">
<artifact name="cloudflow-runner_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-runner_2.13', version='2.0.26-RC32')
)
libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-runner_2.13" % "2.0.26-RC32"
[com.lightbend.cloudflow/cloudflow-runner_2.13 "2.0.26-RC32"]