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