MetaModel module for MongoDB commons

MetaModel is a library that encapsulates the differences and enhances the capabilities of different datastores. Rich querying abilities are offered to datastores that do not otherwise support advanced querying and a unified view of the datastore structure is offered through a single model of the schemas, tables, columns and relationships.

License

License

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.eobjects.metamodel
ArtifactId

ArtifactId

MetaModel-mongodb-common
Last Version

Last Version

5.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

MetaModel module for MongoDB commons
MetaModel is a library that encapsulates the differences and enhances the capabilities of different datastores. Rich querying abilities are offered to datastores that do not otherwise support advanced querying and a unified view of the datastore structure is offered through a single model of the schemas, tables, columns and relationships.

Download MetaModel-mongodb-common

How to add to project

<!-- https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-mongodb-common/ -->
<dependency>
    <groupId>org.eobjects.metamodel</groupId>
    <artifactId>MetaModel-mongodb-common</artifactId>
    <version>5.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-mongodb-common/
implementation 'org.eobjects.metamodel:MetaModel-mongodb-common:5.3.6'
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-mongodb-common/
implementation ("org.eobjects.metamodel:MetaModel-mongodb-common:5.3.6")
'org.eobjects.metamodel:MetaModel-mongodb-common:jar:5.3.6'
<dependency org="org.eobjects.metamodel" name="MetaModel-mongodb-common" rev="5.3.6">
  <artifact name="MetaModel-mongodb-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eobjects.metamodel', module='MetaModel-mongodb-common', version='5.3.6')
)
libraryDependencies += "org.eobjects.metamodel" % "MetaModel-mongodb-common" % "5.3.6"
[org.eobjects.metamodel/MetaModel-mongodb-common "5.3.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.eobjects.metamodel : MetaModel-core jar 5.3.6

provided (1)

Group / Artifact Type Version
org.mongodb : mongo-java-driver jar 3.1.0

test (4)

Group / Artifact Type Version
org.eobjects.metamodel : MetaModel-jdbc jar 5.3.6
org.apache.derby : derby jar 10.8.1.2
org.slf4j : slf4j-nop jar 1.7.33
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
5.3.6
5.3.5
5.3.4