a

auto-value-annotations

A standalone packaging of the annotations from Google's AutoValue library.
Apache License Version 2.0
Files download
File Operation
auto-value-annotations-1.5.jar download
auto-value-annotations-1.5.pom download
auto-value-annotations-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jakewharton.auto.value</groupId>
  <artifactId>auto-value-annotations</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton.auto.value:auto-value-annotations:1.5'
Gradle Kotlin
implementation("com.jakewharton.auto.value:auto-value-annotations:1.5")
Scala SBT
libraryDependencies += "com.jakewharton.auto.value" % "auto-value-annotations" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton.auto.value', module='auto-value-annotations', version='1.5')
)
Apache Ivy
<dependency org="com.jakewharton.auto.value" name="auto-value-annotations" rev="1.5" />
Leiningen
[com.jakewharton.auto.value/auto-value-annotations "1.5"]
Apache Buildr
'com.jakewharton.auto.value:auto-value-annotations:jar:1.5'