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