ext-mongodb-persistence
MetaRing MongoDB Extension for the Persistence Module
License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdcom.metaring |
ArtifactId | ArtifactIdframework-ext-persistence-mongodb |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetaRing MongoDB Persistence Extension
Persistence Extension made in MongoDB for the MetaRing Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.metaring/framework-ext-persistence-mongodb/ -->
<dependency>
<groupId>com.metaring</groupId>
<artifactId>framework-ext-persistence-mongodb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metaring/framework-ext-persistence-mongodb/
implementation 'com.metaring:framework-ext-persistence-mongodb:1.0.0'
// https://jarcasting.com/artifacts/com.metaring/framework-ext-persistence-mongodb/
implementation ("com.metaring:framework-ext-persistence-mongodb:1.0.0")
'com.metaring:framework-ext-persistence-mongodb:jar:1.0.0'
<dependency org="com.metaring" name="framework-ext-persistence-mongodb" rev="1.0.0">
<artifact name="framework-ext-persistence-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metaring', module='framework-ext-persistence-mongodb', version='1.0.0')
)
libraryDependencies += "com.metaring" % "framework-ext-persistence-mongodb" % "1.0.0"
[com.metaring/framework-ext-persistence-mongodb "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.metaring : framework-java-persistence | jar | 1.0.0 |
org.mongodb : mongodb-driver | jar | 3.9.0 |
org.mongodb : mongo-java-driver | jar | 3.9.0 |
MetaRing MongoDB Extension for the Persistence Module