не последняя версия
Последняя версия 3.0.3

org.mongodb:stitch 2.1.4

The MongoDB Stitch Android SDK

Категории

Категории

MongoDB Данные Базы данных
Группа

Группа

org.mongodb
Идентификатор

Идентификатор

stitch
Версия

Версия

2.1.4
Тип

Тип

aar

Скачать stitch 2.1.4


<!-- https://jarcasting.com/artifacts/org.mongodb/stitch/ -->
<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>stitch</artifactId>
    <version>2.1.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb/stitch/
implementation 'org.mongodb:stitch:2.1.4'
// https://jarcasting.com/artifacts/org.mongodb/stitch/
implementation ("org.mongodb:stitch:2.1.4")
'org.mongodb:stitch:aar:2.1.4'
<dependency org="org.mongodb" name="stitch" rev="2.1.4">
  <artifact name="stitch" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb', module='stitch', version='2.1.4')
)
libraryDependencies += "org.mongodb" % "stitch" % "2.1.4"
[org.mongodb/stitch "2.1.4"]