<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>resttest</artifactId>
<version>3.2.6.51.18</version>
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='resttest', version='3.2.6.51.18')
)
<parent> <groupId>com.graphaware.neo4j</groupId> <artifactId>module-parent</artifactId> <version>3.2.6.51</version> </parent>
compile
|-- org.neo4j:neo4j-kernel:3.2.6
provided
|-- org.springframework:spring-webmvc:4.3.7.RELEASE
|-- com.graphaware.neo4j:runtime:3.2.6.51
|-- org.neo4j.app:neo4j-server:3.2.6
|-- com.graphaware.neo4j:server:3.2.6.51
|-- com.graphaware.neo4j:common:3.2.6.51
test
|-- org.neo4j.app:neo4j-server:3.2.6
|-- org.neo4j.test:neo4j-harness:3.2.6