is not current version
Last Version 0.18

org.immutables:root 0.17

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.17
Type

Type

pom

Download root 0.17

Filename Size
root-0.17.pom 4 KB
Browse

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