is not current version
Last Version 1.1.3

org.immutables:common 0.14

Common support packages for the generated classes that exceeds capabilities of the basic immutable implementaions. Includes JSON marshaling, MongoDB repository utilities and JAX-RS microservices support.

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

common
Version

Version

0.14
Type

Type

jar

Download common 0.14


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