GroupId | GroupIdcom.lightbend.cloudflow |
---|---|
ArtifactId | ArtifactIdcloudflow-it_2.13 |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
cloudflow-it_2.13-2.2.2.pom | |
cloudflow-it_2.13-2.2.2.jar | 307 bytes |
cloudflow-it_2.13-2.2.2-sources.jar | 252 bytes |
cloudflow-it_2.13-2.2.2-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-it_2.13/ -->
<dependency>
<groupId>com.lightbend.cloudflow</groupId>
<artifactId>cloudflow-it_2.13</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-it_2.13/
implementation 'com.lightbend.cloudflow:cloudflow-it_2.13:2.2.2'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-it_2.13/
implementation ("com.lightbend.cloudflow:cloudflow-it_2.13:2.2.2")
'com.lightbend.cloudflow:cloudflow-it_2.13:jar:2.2.2'
<dependency org="com.lightbend.cloudflow" name="cloudflow-it_2.13" rev="2.2.2">
<artifact name="cloudflow-it_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-it_2.13', version='2.2.2')
)
libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-it_2.13" % "2.2.2"
[com.lightbend.cloudflow/cloudflow-it_2.13 "2.2.2"]