| Категории |
КатегорииAWS Контейнер PaaS Providers MongoDB Данные Базы данных |
|---|---|
| Группа | Группаorg.mongodb |
| Идентификатор | Идентификаторstitch-android-services-aws-ses |
| Версия | Версия4.0.0-beta-3 |
| Тип | Типaar |
<!-- https://jarcasting.com/artifacts/org.mongodb/stitch-android-services-aws-ses/ -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>stitch-android-services-aws-ses</artifactId>
<version>4.0.0-beta-3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb/stitch-android-services-aws-ses/
implementation 'org.mongodb:stitch-android-services-aws-ses:4.0.0-beta-3'
// https://jarcasting.com/artifacts/org.mongodb/stitch-android-services-aws-ses/
implementation ("org.mongodb:stitch-android-services-aws-ses:4.0.0-beta-3")
'org.mongodb:stitch-android-services-aws-ses:aar:4.0.0-beta-3'
<dependency org="org.mongodb" name="stitch-android-services-aws-ses" rev="4.0.0-beta-3">
<artifact name="stitch-android-services-aws-ses" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb', module='stitch-android-services-aws-ses', version='4.0.0-beta-3')
)
libraryDependencies += "org.mongodb" % "stitch-android-services-aws-ses" % "4.0.0-beta-3"
[org.mongodb/stitch-android-services-aws-ses "4.0.0-beta-3"]