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