| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAWS Контейнер PaaS Providers |
| Группа | Группаsoftware.amazon.awssdk |
| Идентификатор | Идентификаторannotations |
| Последняя версия | Последняя версия2.17.219 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAWS Java SDK :: Annotations
The AWS SDK for Java - Core is an umbrella module that contains child modules which are considered as
core of the library.
|
| Имя Файла | Размер |
|---|---|
| annotations-2.17.219.pom | |
| annotations-2.17.219.jar | 6 KB |
| annotations-2.17.219-sources.jar | 11 KB |
| annotations-2.17.219-javadoc.jar | 52 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/annotations/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>annotations</artifactId>
<version>2.17.219</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/annotations/
implementation 'software.amazon.awssdk:annotations:2.17.219'
// https://jarcasting.com/artifacts/software.amazon.awssdk/annotations/
implementation ("software.amazon.awssdk:annotations:2.17.219")
'software.amazon.awssdk:annotations:jar:2.17.219'
<dependency org="software.amazon.awssdk" name="annotations" rev="2.17.219">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='annotations', version='2.17.219')
)
libraryDependencies += "software.amazon.awssdk" % "annotations" % "2.17.219"
[software.amazon.awssdk/annotations "2.17.219"]