MVN

com.google.auto.value : auto-value-annotations

Maven & Gradle

Aug 15, 2023
813 usages
10.3k stars

AutoValue Annotations · Immutable value-type code generation for Java 1.7+.

<dependency>
    <groupId>com.google.auto.value</groupId>
    <artifactId>auto-value-annotations</artifactId>
    <version>1.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.auto.value : auto-value-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.3

All Versions

Choose a version of com.google.auto.value : auto-value-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
auto-value-annotations-1.10.3
auto-value-annotations-1.10.2
auto-value-annotations-1.10.1
1.10
auto-value-annotations-1.10
1.9
auto-value-annotations-1.9
1.8.x
auto-value-annotations-1.8.2
auto-value-annotations-1.8.1
1.8
auto-value-annotations-1.8
1.7.x
auto-value-annotations-1.7.5
auto-value-annotations-1.7.4
auto-value-annotations-1.7.3
auto-value-annotations-1.7.2
auto-value-annotations-1.7.1
1.7
auto-value-annotations-1.7
1.6.x
auto-value-annotations-1.6.6
auto-value-annotations-1.6.5
auto-value-annotations-1.6.4
auto-value-annotations-1.6.3
auto-value-annotations-1.6.2
auto-value-annotations-1.6.1
auto-value-annotations-1.6.3rc2
auto-value-annotations-1.6.3rc1
1.6
auto-value-annotations-1.6
1.7rc1
auto-value-annotations-1.7rc1
1.6rc1
auto-value-annotations-1.6rc1

How to add a dependency to Maven

Add the following com.google.auto.value : auto-value-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.auto.value</groupId>
    <artifactId>auto-value-annotations</artifactId>
    <version>1.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.auto.value : auto-value-annotations gradle dependency to your build.gradle file:

implementation 'com.google.auto.value:auto-value-annotations:1.10.3'

Gradle Kotlin DSL: Add the following com.google.auto.value : auto-value-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.auto.value:auto-value-annotations:1.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.auto.value : auto-value-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.auto.value" % "auto-value-annotations" % "1.10.3"

Advertisement

Dependencies from Group

Aug 15, 2023
813 usages
10.3k stars
Aug 15, 2023
623 usages
10.3k stars
Aug 15, 2023
10.3k stars

Discover Dependencies

Mar 20, 2018
13 stars
Jul 18, 2023
41 usages
269 stars
Sep 06, 2019
1 usages
13 stars
Aug 09, 2023
0 stars
Dec 28, 2021
5 usages
31 stars
Apr 07, 2021
78 usages
0 stars