v

value

Compile time annotations and compile time annotation processor to generate consistent value object using either abstract class, interface or annotation as a base.
Files download
File Operation
value-2.9.0-GH-1320.0.jar download
value-2.9.0-GH-1320.0.pom download
value-2.9.0-GH-1320.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.discord4j.immutables</groupId>
  <artifactId>value</artifactId>
  <version>2.9.0-GH-1320.0</version>
</dependency>
Gradle Groovy
implementation 'com.discord4j.immutables:value:2.9.0-GH-1320.0'
Gradle Kotlin
implementation("com.discord4j.immutables:value:2.9.0-GH-1320.0")
Scala SBT
libraryDependencies += "com.discord4j.immutables" % "value" % "2.9.0-GH-1320.0"
Groovy Grape
@Grapes(
  @Grab(group='com.discord4j.immutables', module='value', version='2.9.0-GH-1320.0')
)
Apache Ivy
<dependency org="com.discord4j.immutables" name="value" rev="2.9.0-GH-1320.0" />
Leiningen
[com.discord4j.immutables/value "2.9.0-GH-1320.0"]
Apache Buildr
'com.discord4j.immutables:value:jar:2.9.0-GH-1320.0'