Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.restheart |
ArtifactId | ArtifactIdrestheart-mongodb |
Version | Version5.3.5 |
Type | Typejar |
Filename | Size |
---|---|
restheart-mongodb-5.3.5.pom | |
restheart-mongodb-5.3.5.jar | 374 KB |
restheart-mongodb-5.3.5-sources.jar | 272 KB |
restheart-mongodb-5.3.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restheart/restheart-mongodb/ -->
<dependency>
<groupId>org.restheart</groupId>
<artifactId>restheart-mongodb</artifactId>
<version>5.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.restheart/restheart-mongodb/
implementation 'org.restheart:restheart-mongodb:5.3.5'
// https://jarcasting.com/artifacts/org.restheart/restheart-mongodb/
implementation ("org.restheart:restheart-mongodb:5.3.5")
'org.restheart:restheart-mongodb:jar:5.3.5'
<dependency org="org.restheart" name="restheart-mongodb" rev="5.3.5">
<artifact name="restheart-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restheart', module='restheart-mongodb', version='5.3.5')
)
libraryDependencies += "org.restheart" % "restheart-mongodb" % "5.3.5"
[org.restheart/restheart-mongodb "5.3.5"]