is not current version
Last Version 3.0.3

org.mongodb:stitch 2.1.1

The MongoDB Stitch Android SDK

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.mongodb
ArtifactId

ArtifactId

stitch
Version

Version

2.1.1
Type

Type

aar

Download stitch 2.1.1


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