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