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