is not current version
Last Version 0.18

org.immutables:root 0.14

Java toolkit based around usage of immutable objects and fluent interfaces. Includes support for JSON marshaling, MongoDB, JAX-RS and Guice.

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

root
Version

Version

0.14
Type

Type

pom

Download root 0.14

Filename Size
root-0.14.pom 4 KB
Browse

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