M

MetaModel

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.
http://metamodel.apache.org
The Apache Software License, Version 2.0
The Apache Software Foundation
Kasper Sørensen
Files download
File Operation
MetaModel-4.3.6.pom download
Apache Maven
<dependency>
  <groupId>org.apache.metamodel</groupId>
  <artifactId>MetaModel</artifactId>
  <version>4.3.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.metamodel:MetaModel:4.3.6'
Gradle Kotlin
implementation("org.apache.metamodel:MetaModel:4.3.6")
Scala SBT
libraryDependencies += "org.apache.metamodel" % "MetaModel" % "4.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.metamodel', module='MetaModel', version='4.3.6')
)
Apache Ivy
<dependency org="org.apache.metamodel" name="MetaModel" rev="4.3.6" />
Leiningen
[org.apache.metamodel/MetaModel "4.3.6"]
Apache Buildr
'org.apache.metamodel:MetaModel:jar:4.3.6'