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