| Категории |
КатегорииAWS Контейнер PaaS Providers |
|---|---|
| Группа | Группаcom.cognitect.aws |
| Идентификатор | Идентификаторappsync |
| Версия | Версия770.2.568.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| appsync-770.2.568.0.pom | |
| appsync-770.2.568.0.jar | 13 KB |
| appsync-770.2.568.0-sources.jar | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/appsync/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>appsync</artifactId>
<version>770.2.568.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/appsync/
implementation 'com.cognitect.aws:appsync:770.2.568.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/appsync/
implementation ("com.cognitect.aws:appsync:770.2.568.0")
'com.cognitect.aws:appsync:jar:770.2.568.0'
<dependency org="com.cognitect.aws" name="appsync" rev="770.2.568.0">
<artifact name="appsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='appsync', version='770.2.568.0')
)
libraryDependencies += "com.cognitect.aws" % "appsync" % "770.2.568.0"
[com.cognitect.aws/appsync "770.2.568.0"]