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