is not current version
Last Version 2.9.0

org.immutables:value 2.8.8

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

Type

jar

Download value 2.8.8


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