<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-path</artifactId>
<version>3.3.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>io.rest-assured</groupId> <artifactId>rest-assured-parent</artifactId> <version>3.3.0</version> </parent>
compile
|-- org.codehaus.groovy:groovy-json
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.codehaus.jackson:jackson-core-asl
|-- org.codehaus.jackson:jackson-mapper-asl
|-- com.googlecode.json-simple:json-simple
|-- org.codehaus.groovy:groovy
|-- io.rest-assured:rest-assured-common:3.3.0
test
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- junit:junit