License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.apache.metamodel |
ArtifactId | ArtifactIdMetaModel-json |
Last Version | Last Version5.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetaModel module for JSON 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 Organization |
Project Organization |
Filename | Size |
---|---|
MetaModel-json-5.3.3.pom | |
MetaModel-json-5.3.3.jar | 12 KB |
MetaModel-json-5.3.3-sources.jar | 11 KB |
MetaModel-json-5.3.3-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-json/ -->
<dependency>
<groupId>org.apache.metamodel</groupId>
<artifactId>MetaModel-json</artifactId>
<version>5.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-json/
implementation 'org.apache.metamodel:MetaModel-json:5.3.3'
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-json/
implementation ("org.apache.metamodel:MetaModel-json:5.3.3")
'org.apache.metamodel:MetaModel-json:jar:5.3.3'
<dependency org="org.apache.metamodel" name="MetaModel-json" rev="5.3.3">
<artifact name="MetaModel-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.metamodel', module='MetaModel-json', version='5.3.3')
)
libraryDependencies += "org.apache.metamodel" % "MetaModel-json" % "5.3.3"
[org.apache.metamodel/MetaModel-json "5.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.metamodel : MetaModel-core | jar | 5.3.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.25 |
junit : junit | jar | 4.12 |