| Categories | CategoriesAuto Application Layer Libs Code Generators | 
|---|---|
| GroupId | GroupIdcom.jakewharton.auto.value | 
| ArtifactId | ArtifactIdauto-value-annotations | 
| Version | Version1.2-update1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.jakewharton.auto.value/auto-value-annotations/ -->
<dependency>
    <groupId>com.jakewharton.auto.value</groupId>
    <artifactId>auto-value-annotations</artifactId>
    <version>1.2-update1</version>
</dependency>// https://jarcasting.com/artifacts/com.jakewharton.auto.value/auto-value-annotations/
implementation 'com.jakewharton.auto.value:auto-value-annotations:1.2-update1'// https://jarcasting.com/artifacts/com.jakewharton.auto.value/auto-value-annotations/
implementation ("com.jakewharton.auto.value:auto-value-annotations:1.2-update1")'com.jakewharton.auto.value:auto-value-annotations:jar:1.2-update1'<dependency org="com.jakewharton.auto.value" name="auto-value-annotations" rev="1.2-update1">
  <artifact name="auto-value-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jakewharton.auto.value', module='auto-value-annotations', version='1.2-update1')
)libraryDependencies += "com.jakewharton.auto.value" % "auto-value-annotations" % "1.2-update1"[com.jakewharton.auto.value/auto-value-annotations "1.2-update1"]