is not current version
Last Version 2.9.0

org.immutables:trees 2.6.0.alpha0

Stuff related to immutable object trees, including parboiled as and transformers.

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

trees
Version

Version

2.6.0.alpha0
Type

Type

jar

Download trees 2.6.0.alpha0


<!-- https://jarcasting.com/artifacts/org.immutables/trees/ -->
<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>trees</artifactId>
    <version>2.6.0.alpha0</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/trees/
implementation 'org.immutables:trees:2.6.0.alpha0'
// https://jarcasting.com/artifacts/org.immutables/trees/
implementation ("org.immutables:trees:2.6.0.alpha0")
'org.immutables:trees:jar:2.6.0.alpha0'
<dependency org="org.immutables" name="trees" rev="2.6.0.alpha0">
  <artifact name="trees" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='trees', version='2.6.0.alpha0')
)
libraryDependencies += "org.immutables" % "trees" % "2.6.0.alpha0"
[org.immutables/trees "2.6.0.alpha0"]