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