#Neo4j collections
A set of classes that allows the graph database to store typical collections, like lists and index trees.
License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-graph-collections |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j - Collections
Providing in-graph collections.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThe Neo4j Graph Database Project |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-collections/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-collections</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-collections/
implementation 'org.neo4j:neo4j-graph-collections:0.5'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-collections/
implementation ("org.neo4j:neo4j-graph-collections:0.5")
'org.neo4j:neo4j-graph-collections:jar:0.5'
<dependency org="org.neo4j" name="neo4j-graph-collections" rev="0.5">
<artifact name="neo4j-graph-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-graph-collections', version='0.5')
)
libraryDependencies += "org.neo4j" % "neo4j-graph-collections" % "0.5"
[org.neo4j/neo4j-graph-collections "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j | jar | 1.9.M04 |
org.neo4j : neo4j-lucene-index | jar | 1.9.M04 |
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-kernel | test-jar | 1.9.M04 |
org.neo4j : neo4j-graphviz | jar | 1.9.M04 |
junit : junit | jar | 4.11 |
#Neo4j collections
A set of classes that allows the graph database to store typical collections, like lists and index trees.