<dependency> <groupId>org.immutables</groupId> <artifactId>testing</artifactId> <version>2.2.11</version> </dependency>
implementation 'org.immutables:testing:2.2.11'
implementation("org.immutables:testing:2.2.11")
libraryDependencies += "org.immutables" % "testing" % "2.2.11"
@Grapes( @Grab(group='org.immutables', module='testing', version='2.2.11') )
<dependency org="org.immutables" name="testing" rev="2.2.11" />
[org.immutables/testing "2.2.11"]
'org.immutables:testing:jar:2.2.11'
<parent> <groupId>org.immutables</groupId> <artifactId>immutables</artifactId> <version>2.2.11</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