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