v

value-annotations

Compile time annotations
Files download
File Operation
value-annotations-2.7.4.jar download
value-annotations-2.7.4.pom download
value-annotations-2.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.immutables</groupId>
  <artifactId>value-annotations</artifactId>
  <version>2.7.4</version>
</dependency>
Gradle Groovy
implementation 'org.immutables:value-annotations:2.7.4'
Gradle Kotlin
implementation("org.immutables:value-annotations:2.7.4")
Scala SBT
libraryDependencies += "org.immutables" % "value-annotations" % "2.7.4"
Groovy Grape
@Grapes(
  @Grab(group='org.immutables', module='value-annotations', version='2.7.4')
)
Apache Ivy
<dependency org="org.immutables" name="value-annotations" rev="2.7.4" />
Leiningen
[org.immutables/value-annotations "2.7.4"]
Apache Buildr
'org.immutables:value-annotations:jar:2.7.4'