License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.apache.metamodel |
ArtifactId | ArtifactIdMetaModel-neo4j |
Last Version | Last Version5.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetaModel module for Neo4j databases
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-neo4j-5.3.3.pom | |
MetaModel-neo4j-5.3.3.jar | 25 KB |
MetaModel-neo4j-5.3.3-sources.jar | 19 KB |
MetaModel-neo4j-5.3.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-neo4j/ -->
<dependency>
<groupId>org.apache.metamodel</groupId>
<artifactId>MetaModel-neo4j</artifactId>
<version>5.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-neo4j/
implementation 'org.apache.metamodel:MetaModel-neo4j:5.3.3'
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-neo4j/
implementation ("org.apache.metamodel:MetaModel-neo4j:5.3.3")
'org.apache.metamodel:MetaModel-neo4j:jar:5.3.3'
<dependency org="org.apache.metamodel" name="MetaModel-neo4j" rev="5.3.3">
<artifact name="MetaModel-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.metamodel', module='MetaModel-neo4j', version='5.3.3')
)
libraryDependencies += "org.apache.metamodel" % "MetaModel-neo4j" % "5.3.3"
[org.apache.metamodel/MetaModel-neo4j "5.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.metamodel : MetaModel-core | jar | 5.3.3 |
org.apache.httpcomponents : httpclient | jar | 4.4.1 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
com.fasterxml.jackson.datatype : jackson-datatype-json-org | jar | 2.10.1 |
commons-io : commons-io | jar | 2.4 |
commons-pool : commons-pool | jar | 1.6 |
com.google.guava : guava | jar | 27.0.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.25 |
junit : junit | jar | 4.12 |