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