| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.netflix.conductor |
| Идентификатор | Идентификаторconductor-postgres-persistence |
| Версия | Версия2.21.0-hotfix |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-postgres-persistence/ -->
<dependency>
<groupId>com.netflix.conductor</groupId>
<artifactId>conductor-postgres-persistence</artifactId>
<version>2.21.0-hotfix</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-postgres-persistence/
implementation 'com.netflix.conductor:conductor-postgres-persistence:2.21.0-hotfix'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-postgres-persistence/
implementation ("com.netflix.conductor:conductor-postgres-persistence:2.21.0-hotfix")
'com.netflix.conductor:conductor-postgres-persistence:jar:2.21.0-hotfix'
<dependency org="com.netflix.conductor" name="conductor-postgres-persistence" rev="2.21.0-hotfix">
<artifact name="conductor-postgres-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-postgres-persistence', version='2.21.0-hotfix')
)
libraryDependencies += "com.netflix.conductor" % "conductor-postgres-persistence" % "2.21.0-hotfix"
[com.netflix.conductor/conductor-postgres-persistence "2.21.0-hotfix"]