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