c

cloudformation-codepipeline

AWS CodePipeline Actions for AWS CloudFormation
https://github.com/awslabs/aws-cdk
Apache License 2.0
Files download
File Operation
cloudformation-codepipeline-0.8.1.jar download
cloudformation-codepipeline-0.8.1.pom download
cloudformation-codepipeline-0.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.awscdk</groupId>
  <artifactId>cloudformation-codepipeline</artifactId>
  <version>0.8.1</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awscdk:cloudformation-codepipeline:0.8.1'
Gradle Kotlin
implementation("software.amazon.awscdk:cloudformation-codepipeline:0.8.1")
Scala SBT
libraryDependencies += "software.amazon.awscdk" % "cloudformation-codepipeline" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awscdk', module='cloudformation-codepipeline', version='0.8.1')
)
Apache Ivy
<dependency org="software.amazon.awscdk" name="cloudformation-codepipeline" rev="0.8.1" />
Leiningen
[software.amazon.awscdk/cloudformation-codepipeline "0.8.1"]
Apache Buildr
'software.amazon.awscdk:cloudformation-codepipeline:jar:0.8.1'