is not current version
Last Version 1.5

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

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

Type

jar

Download auto-value-annotations 1.3


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