<dependency> <groupId>org.immutables</groupId> <artifactId>value-processor</artifactId> <version>2.8.7</version> </dependency>
implementation 'org.immutables:value-processor:2.8.7'
implementation("org.immutables:value-processor:2.8.7")
libraryDependencies += "org.immutables" % "value-processor" % "2.8.7"
@Grapes( @Grab(group='org.immutables', module='value-processor', version='2.8.7') )
<dependency org="org.immutables" name="value-processor" rev="2.8.7" />
[org.immutables/value-processor "2.8.7"]
'org.immutables:value-processor: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:generator
provided
|-- com.google.code.findbugs:jsr305
|-- org.immutables:metainf:2.7.5
|-- org.immutables:mirror
|-- org.immutables:generator-processor
|-- org.immutables:value:2.7.5
test
|-- org.immutables:testing