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