Files download
File Operation
conductor-postgres-persistence-2.21.0-hotfix.jar download
conductor-postgres-persistence-2.21.0-hotfix.pom download
conductor-postgres-persistence-2.21.0-hotfix-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.conductor</groupId>
  <artifactId>conductor-postgres-persistence</artifactId>
  <version>2.21.0-hotfix</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.conductor:conductor-postgres-persistence:2.21.0-hotfix'
Gradle Kotlin
implementation("com.netflix.conductor:conductor-postgres-persistence:2.21.0-hotfix")
Scala SBT
libraryDependencies += "com.netflix.conductor" % "conductor-postgres-persistence" % "2.21.0-hotfix"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.conductor', module='conductor-postgres-persistence', version='2.21.0-hotfix')
)
Apache Ivy
<dependency org="com.netflix.conductor" name="conductor-postgres-persistence" rev="2.21.0-hotfix" />
Leiningen
[com.netflix.conductor/conductor-postgres-persistence "2.21.0-hotfix"]
Apache Buildr
'com.netflix.conductor:conductor-postgres-persistence:jar:2.21.0-hotfix'