is not current version
Last Version 1.5

com.jakewharton.auto.value:auto-value-annotations 1.4

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.4
Type

Type

jar

Download auto-value-annotations 1.4


<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.auto.value/auto-value-annotations/
implementation 'com.jakewharton.auto.value:auto-value-annotations:1.4'
// https://jarcasting.com/artifacts/com.jakewharton.auto.value/auto-value-annotations/
implementation ("com.jakewharton.auto.value:auto-value-annotations:1.4")
'com.jakewharton.auto.value:auto-value-annotations:jar:1.4'
<dependency org="com.jakewharton.auto.value" name="auto-value-annotations" rev="1.4">
  <artifact name="auto-value-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.auto.value', module='auto-value-annotations', version='1.4')
)
libraryDependencies += "com.jakewharton.auto.value" % "auto-value-annotations" % "1.4"
[com.jakewharton.auto.value/auto-value-annotations "1.4"]