is not current version
Last Version 2.9.0

org.immutables:value 2.5.6

Compile time annotations and compile time annotation processor to generate consistent value object using either abstract class, interface or annotation as a base.

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

value
Version

Version

2.5.6
Type

Type

jar

Download value 2.5.6


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