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