v

value-annotations

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