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