<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j</artifactId> <version>1.9.M02</version> </dependency>
implementation 'org.neo4j:neo4j:1.9.M02'
implementation("org.neo4j:neo4j:1.9.M02")
libraryDependencies += "org.neo4j" % "neo4j" % "1.9.M02"
@Grapes( @Grab(group='org.neo4j', module='neo4j', version='1.9.M02') )
<dependency org="org.neo4j" name="neo4j" rev="1.9.M02" />
[org.neo4j/neo4j "1.9.M02"]
'org.neo4j:neo4j:jar:1.9.M02'
<parent> <groupId>org.neo4j.build</groupId> <artifactId>parent-central</artifactId> <version>35</version> </parent>
compile
|-- org.neo4j:neo4j-kernel
|-- org.neo4j:neo4j-lucene-index
|-- org.neo4j:neo4j-graph-algo
|-- org.neo4j:neo4j-udc
|-- org.neo4j:neo4j-graph-matching
|-- org.neo4j:neo4j-cypher
|-- org.neo4j:neo4j-jmx
test
|-- junit:junit