Download MetaModel-1.0.jar file - Jar m

Jar examples for m:MetaModel

Description

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.

You can download jar file MetaModel 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add MetaModel-1.0.jar to your project.

<dependency>
   <groupId>dk.eobjects.commons</groupId>
   <artifactId>MetaModel</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'dk.eobjects.commons', name: 'MetaModel', version: '1.0'
libraryDependencies += "dk.eobjects.commons" % "MetaModel" % "1.0"
<dependency org="dk.eobjects.commons" name="MetaModel" rev="1.0"/>
@Grapes(@Grab(group='dk.eobjects.commons', module='MetaModel', version='1.0'))
'dk.eobjects.commons:MetaModel:jar:1.0'

Download

Click the following link to download the jar file.

MetaModel-1.0.jar
MetaModel-1.0.pom



Related Tutorials