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