GroupId | GroupIdcom.lightbend.cloudflow |
---|---|
ArtifactId | ArtifactIdtooling_2.13 |
Version | Version0.0.1-back-to-core-20210504 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/tooling_2.13/ -->
<dependency>
<groupId>com.lightbend.cloudflow</groupId>
<artifactId>tooling_2.13</artifactId>
<version>0.0.1-back-to-core-20210504</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/tooling_2.13/
implementation 'com.lightbend.cloudflow:tooling_2.13:0.0.1-back-to-core-20210504'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/tooling_2.13/
implementation ("com.lightbend.cloudflow:tooling_2.13:0.0.1-back-to-core-20210504")
'com.lightbend.cloudflow:tooling_2.13:jar:0.0.1-back-to-core-20210504'
<dependency org="com.lightbend.cloudflow" name="tooling_2.13" rev="0.0.1-back-to-core-20210504">
<artifact name="tooling_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='tooling_2.13', version='0.0.1-back-to-core-20210504')
)
libraryDependencies += "com.lightbend.cloudflow" % "tooling_2.13" % "0.0.1-back-to-core-20210504"
[com.lightbend.cloudflow/tooling_2.13 "0.0.1-back-to-core-20210504"]