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