License |
License |
---|---|
GroupId | GroupIdorg.eobjects.metamodel |
ArtifactId | ArtifactIdMetaModel-xml |
Version | Version3.4.11 |
Type | Typejar |
Description |
DescriptionMetaModel module for XML files
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 URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
MetaModel-xml-3.4.11.pom | |
MetaModel-xml-3.4.11.jar | 25 KB |
MetaModel-xml-3.4.11-sources.jar | 16 KB |
MetaModel-xml-3.4.11-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-xml/ -->
<dependency>
<groupId>org.eobjects.metamodel</groupId>
<artifactId>MetaModel-xml</artifactId>
<version>3.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-xml/
implementation 'org.eobjects.metamodel:MetaModel-xml:3.4.11'
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-xml/
implementation ("org.eobjects.metamodel:MetaModel-xml:3.4.11")
'org.eobjects.metamodel:MetaModel-xml:jar:3.4.11'
<dependency org="org.eobjects.metamodel" name="MetaModel-xml" rev="3.4.11">
<artifact name="MetaModel-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eobjects.metamodel', module='MetaModel-xml', version='3.4.11')
)
libraryDependencies += "org.eobjects.metamodel" % "MetaModel-xml" % "3.4.11"
[org.eobjects.metamodel/MetaModel-xml "3.4.11"]
Group / Artifact | Type | Version |
---|---|---|
org.eobjects.metamodel : MetaModel-core | jar | 3.4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.6 |
junit : junit | jar | 4.11 |