is not current version
Last Version 4.0.1

org.mongodb:stitch-server-core 4.0.0-beta-3

MongoDB Stitch Android/Java SDK - Server Core

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.mongodb
ArtifactId

ArtifactId

stitch-server-core
Version

Version

4.0.0-beta-3
Type

Type

jar

Download stitch-server-core 4.0.0-beta-3


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