License |
License |
---|---|
GroupId | GroupIdorg.apache.metamodel |
ArtifactId | ArtifactIdMetaModel-spring |
Last Version | Last Version5.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetaModel module for Spring enabled configuration
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 |
Filename | Size |
---|---|
MetaModel-spring-5.3.3.pom | |
MetaModel-spring-5.3.3.jar | 27 KB |
MetaModel-spring-5.3.3-sources.jar | 27 KB |
MetaModel-spring-5.3.3-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-spring/ -->
<dependency>
<groupId>org.apache.metamodel</groupId>
<artifactId>MetaModel-spring</artifactId>
<version>5.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-spring/
implementation 'org.apache.metamodel:MetaModel-spring:5.3.3'
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-spring/
implementation ("org.apache.metamodel:MetaModel-spring:5.3.3")
'org.apache.metamodel:MetaModel-spring:jar:5.3.3'
<dependency org="org.apache.metamodel" name="MetaModel-spring" rev="5.3.3">
<artifact name="MetaModel-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.metamodel', module='MetaModel-spring', version='5.3.3')
)
libraryDependencies += "org.apache.metamodel" % "MetaModel-spring" % "5.3.3"
[org.apache.metamodel/MetaModel-spring "5.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.metamodel : MetaModel-core | jar | 5.3.3 |
org.apache.metamodel : MetaModel-full Optional | jar | 5.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.2.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 5.2.2.RELEASE |