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