Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdsoftware.amazon.awscdk |
ArtifactId | ArtifactIdcodepipeline-actions |
Version | Version1.2.0.DEVPREVIEW |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/software.amazon.awscdk/codepipeline-actions/ -->
<dependency>
<groupId>software.amazon.awscdk</groupId>
<artifactId>codepipeline-actions</artifactId>
<version>1.2.0.DEVPREVIEW</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awscdk/codepipeline-actions/
implementation 'software.amazon.awscdk:codepipeline-actions:1.2.0.DEVPREVIEW'
// https://jarcasting.com/artifacts/software.amazon.awscdk/codepipeline-actions/
implementation ("software.amazon.awscdk:codepipeline-actions:1.2.0.DEVPREVIEW")
'software.amazon.awscdk:codepipeline-actions:jar:1.2.0.DEVPREVIEW'
<dependency org="software.amazon.awscdk" name="codepipeline-actions" rev="1.2.0.DEVPREVIEW">
<artifact name="codepipeline-actions" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awscdk', module='codepipeline-actions', version='1.2.0.DEVPREVIEW')
)
libraryDependencies += "software.amazon.awscdk" % "codepipeline-actions" % "1.2.0.DEVPREVIEW"
[software.amazon.awscdk/codepipeline-actions "1.2.0.DEVPREVIEW"]