<dependency>
<groupId>org.immutables</groupId>
<artifactId>testing</artifactId>
<version>2.8.0-dt-experimental-4</version>
</dependency>
@Grapes(
@Grab(group='org.immutables', module='testing', version='2.8.0-dt-experimental-4')
)
<parent> <groupId>org.immutables</groupId> <artifactId>immutables</artifactId> <version>2.8.0-dt-experimental-4</version> </parent>
compile
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.vintage:junit-vintage-engine
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.hamcrest:hamcrest-integration
provided