| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.lightbend.cloudflow |
| Идентификатор | Идентификаторcloudflow-runner-config_2.13 |
| Версия | Версия2.0.26-RC42 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-runner-config_2.13/ -->
<dependency>
<groupId>com.lightbend.cloudflow</groupId>
<artifactId>cloudflow-runner-config_2.13</artifactId>
<version>2.0.26-RC42</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-runner-config_2.13/
implementation 'com.lightbend.cloudflow:cloudflow-runner-config_2.13:2.0.26-RC42'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-runner-config_2.13/
implementation ("com.lightbend.cloudflow:cloudflow-runner-config_2.13:2.0.26-RC42")
'com.lightbend.cloudflow:cloudflow-runner-config_2.13:jar:2.0.26-RC42'
<dependency org="com.lightbend.cloudflow" name="cloudflow-runner-config_2.13" rev="2.0.26-RC42">
<artifact name="cloudflow-runner-config_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-runner-config_2.13', version='2.0.26-RC42')
)
libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-runner-config_2.13" % "2.0.26-RC42"
[com.lightbend.cloudflow/cloudflow-runner-config_2.13 "2.0.26-RC42"]