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