Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdsoftware.amazon.awssdk |
ArtifactId | ArtifactIdcodestarnotifications |
Version | Version2.13.0 |
Type | Typejar |
Filename | Size |
---|---|
codestarnotifications-2.13.0.pom | |
codestarnotifications-2.13.0.jar | 353 KB |
codestarnotifications-2.13.0-sources.jar | 261 KB |
codestarnotifications-2.13.0-javadoc.jar | 816 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/codestarnotifications/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>codestarnotifications</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/codestarnotifications/
implementation 'software.amazon.awssdk:codestarnotifications:2.13.0'
// https://jarcasting.com/artifacts/software.amazon.awssdk/codestarnotifications/
implementation ("software.amazon.awssdk:codestarnotifications:2.13.0")
'software.amazon.awssdk:codestarnotifications:jar:2.13.0'
<dependency org="software.amazon.awssdk" name="codestarnotifications" rev="2.13.0">
<artifact name="codestarnotifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='codestarnotifications', version='2.13.0')
)
libraryDependencies += "software.amazon.awssdk" % "codestarnotifications" % "2.13.0"
[software.amazon.awssdk/codestarnotifications "2.13.0"]