v

value-annotations

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