lambdacd-artifacts

provides a way to access build artifacts generated by a step in LambdaCD

Leiningen/Boot

[lambdacd-artifacts "0.1.0"]

Clojure CLI/deps.edn

lambdacd-artifacts/lambdacd-artifacts {:mvn/version "0.1.0"}

Gradle

implementation("lambdacd-artifacts:lambdacd-artifacts:0.1.0")

Maven

<dependency>
  <groupId>lambdacd-artifacts</groupId>
  <artifactId>lambdacd-artifacts</artifactId>
  <version>0.1.0</version>
</dependency>