Last Version

MetaModel module for MongoDB 5.3.3

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.apache.metamodel
ArtifactId

ArtifactId

MetaModel-mongodb
Version

Version

5.3.3
Type

Type

pom
Description

Description

MetaModel module for MongoDB
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.
Project Organization

Project Organization

The Apache Software Foundation

Download MetaModel-mongodb 5.3.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common
  • mongo2
  • mongo3