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