v

value-annotations

Compile time annotations
文件下载
文件名 操作
value-annotations-2.8.9-ea-1.jar 下载
value-annotations-2.8.9-ea-1.pom 下载
value-annotations-2.8.9-ea-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.immutables</groupId>
  <artifactId>value-annotations</artifactId>
  <version>2.8.9-ea-1</version>
</dependency>
Gradle Groovy
implementation 'org.immutables:value-annotations:2.8.9-ea-1'
Gradle Kotlin
implementation("org.immutables:value-annotations:2.8.9-ea-1")
Scala SBT
libraryDependencies += "org.immutables" % "value-annotations" % "2.8.9-ea-1"
Groovy Grape
@Grapes(
  @Grab(group='org.immutables', module='value-annotations', version='2.8.9-ea-1')
)
Apache Ivy
<dependency org="org.immutables" name="value-annotations" rev="2.8.9-ea-1" />
Leiningen
[org.immutables/value-annotations "2.8.9-ea-1"]
Apache Buildr
'org.immutables:value-annotations:jar:2.8.9-ea-1'