is not current version
Last Version 2.9.0

org.immutables:trees 2.6.0-alpha1

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-alpha1
Type

Type

jar

Download trees 2.6.0-alpha1


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