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