<dependency> <groupId>org.immutables</groupId> <artifactId>processor-testlib</artifactId> <version>2.8.7</version> </dependency>
implementation 'org.immutables:processor-testlib:2.8.7'
implementation("org.immutables:processor-testlib:2.8.7")
libraryDependencies += "org.immutables" % "processor-testlib" % "2.8.7"
@Grapes( @Grab(group='org.immutables', module='processor-testlib', version='2.8.7') )
<dependency org="org.immutables" name="processor-testlib" rev="2.8.7" />
[org.immutables/processor-testlib "2.8.7"]
'org.immutables:processor-testlib:jar:2.8.7'
<parent> <groupId>org.immutables</groupId> <artifactId>immutables</artifactId> <version>2.8.7</version> </parent>
compile
|-- com.google.guava:guava
|-- org.immutables:value-processor
|-- org.immutables:generator
|-- com.google.testing.compile:compile-testing:0.18
|-- junit:junit
provided
|-- org.immutables:value-annotations
test
|-- org.immutables:testing