Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdcodepipeline |
Version | Version718.2.456.0 |
Type | Typejar |
Filename | Size |
---|---|
codepipeline-718.2.456.0.pom | |
codepipeline-718.2.456.0.jar | 20 KB |
codepipeline-718.2.456.0-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/codepipeline/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>codepipeline</artifactId>
<version>718.2.456.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/codepipeline/
implementation 'com.cognitect.aws:codepipeline:718.2.456.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/codepipeline/
implementation ("com.cognitect.aws:codepipeline:718.2.456.0")
'com.cognitect.aws:codepipeline:jar:718.2.456.0'
<dependency org="com.cognitect.aws" name="codepipeline" rev="718.2.456.0">
<artifact name="codepipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='codepipeline', version='718.2.456.0')
)
libraryDependencies += "com.cognitect.aws" % "codepipeline" % "718.2.456.0"
[com.cognitect.aws/codepipeline "718.2.456.0"]