GroupId | GroupIdcom.lightbend.cloudflow |
---|---|
ArtifactId | ArtifactIdtooling_2.13 |
Version | Version2.3.0-RC17 |
Type | Typejar |
Filename | Size |
---|---|
tooling_2.13-2.3.0-RC17.pom | |
tooling_2.13-2.3.0-RC17.jar | 147 KB |
tooling_2.13-2.3.0-RC17-sources.jar | 10 KB |
tooling_2.13-2.3.0-RC17-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/tooling_2.13/ -->
<dependency>
<groupId>com.lightbend.cloudflow</groupId>
<artifactId>tooling_2.13</artifactId>
<version>2.3.0-RC17</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/tooling_2.13/
implementation 'com.lightbend.cloudflow:tooling_2.13:2.3.0-RC17'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/tooling_2.13/
implementation ("com.lightbend.cloudflow:tooling_2.13:2.3.0-RC17")
'com.lightbend.cloudflow:tooling_2.13:jar:2.3.0-RC17'
<dependency org="com.lightbend.cloudflow" name="tooling_2.13" rev="2.3.0-RC17">
<artifact name="tooling_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='tooling_2.13', version='2.3.0-RC17')
)
libraryDependencies += "com.lightbend.cloudflow" % "tooling_2.13" % "2.3.0-RC17"
[com.lightbend.cloudflow/tooling_2.13 "2.3.0-RC17"]