<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-graph-collections</artifactId> <version>0.2</version> </dependency>
implementation 'org.neo4j:neo4j-graph-collections:0.2'
implementation("org.neo4j:neo4j-graph-collections:0.2")
libraryDependencies += "org.neo4j" % "neo4j-graph-collections" % "0.2"
@Grapes( @Grab(group='org.neo4j', module='neo4j-graph-collections', version='0.2') )
<dependency org="org.neo4j" name="neo4j-graph-collections" rev="0.2" />
[org.neo4j/neo4j-graph-collections "0.2"]
'org.neo4j:neo4j-graph-collections:jar:0.2'
<parent> <groupId>org.neo4j.build</groupId> <artifactId>parent-central</artifactId> <version>31</version> </parent>
compile
|-- org.neo4j:neo4j:1.6
|-- org.neo4j:neo4j-lucene-index:1.6
test
|-- org.neo4j:neo4j-kernel:1.6
|-- org.neo4j:neo4j-graphviz:1.6
|-- junit:junit