<dependency> <groupId>org.immutables</groupId> <artifactId>testing</artifactId> <version>2.1.12</version> </dependency>
implementation 'org.immutables:testing:2.1.12'
implementation("org.immutables:testing:2.1.12")
libraryDependencies += "org.immutables" % "testing" % "2.1.12"
@Grapes( @Grab(group='org.immutables', module='testing', version='2.1.12') )
<dependency org="org.immutables" name="testing" rev="2.1.12" />
[org.immutables/testing "2.1.12"]
'org.immutables:testing:jar:2.1.12'
<parent> <groupId>org.immutables</groupId> <artifactId>immutables</artifactId> <version>2.1.12</version> </parent>
compile
|-- org.immutables.dependency:utility
|-- junit:junit:4.11
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3
|-- org.hamcrest:hamcrest-integration:1.3
|-- org.mockito:mockito-core:1.9.5