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