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