<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-2.0</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-compiler-2.0', version='2.0.0')
)
<parent> <groupId>org.neo4j</groupId> <artifactId>cypher-parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.neo4j:neo4j-lucene-index
|-- org.neo4j:neo4j-graph-matching
|-- org.neo4j:neo4j-graph-algo
|-- org.parboiled:parboiled-scala_2.10
provided
|-- org.neo4j:neo4j-cypher-commons
test