is not current version
Last Version 1.5

com.jakewharton.auto.value:auto-value-annotations 1.2-update1

A standalone packaging of the annotations from Google's AutoValue library.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.jakewharton.auto.value
ArtifactId

ArtifactId

auto-value-annotations
Version

Version

1.2-update1
Type

Type

jar

Download auto-value-annotations 1.2-update1


<!-- 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"]