lambdacd-rest

LambdaCD extension which lets you use another service, which provides a REST interface, to persist the state of pipelines

Leiningen/Boot

[lambdacd-rest "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

lambdacd-rest/lambdacd-rest {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("lambdacd-rest:lambdacd-rest:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lambdacd-rest</groupId>
  <artifactId>lambdacd-rest</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>