<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-core</artifactId>
<version>2.40.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='net.javacrumbs.json-unit', module='json-unit-core', version='2.40.1')
)
<parent> <groupId>net.javacrumbs.json-unit</groupId> <artifactId>json-unit-parent</artifactId> <version>2.40.1</version> </parent>
compile
|-- org.junit.jupiter:junit-jupiter-engine
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.apache.johnzon:johnzon-mapper
|-- org.apache.geronimo.specs:geronimo-json_1.1_spec
|-- org.json:json
|-- org.hamcrest:hamcrest-core
test