Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-mongodb |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
resthub-mongodb-2.0.0.pom | |
resthub-mongodb-2.0.0.jar | 2 KB |
resthub-mongodb-2.0.0-sources.jar | 1 KB |
resthub-mongodb-2.0.0-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-mongodb/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-mongodb</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-mongodb/
implementation 'org.resthub:resthub-mongodb:2.0.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-mongodb/
implementation ("org.resthub:resthub-mongodb:2.0.0")
'org.resthub:resthub-mongodb:jar:2.0.0'
<dependency org="org.resthub" name="resthub-mongodb" rev="2.0.0">
<artifact name="resthub-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-mongodb', version='2.0.0')
)
libraryDependencies += "org.resthub" % "resthub-mongodb" % "2.0.0"
[org.resthub/resthub-mongodb "2.0.0"]