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