License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.google.auto.value |
ArtifactId | ArtifactIdauto-value-annotations |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoValue Annotations
Immutable value-type code generation for Java 1.7+.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auto-value-annotations-1.9.pom | |
auto-value-annotations-1.9.jar | 6 KB |
auto-value-annotations-1.9-sources.jar | 156 KB |
auto-value-annotations-1.9-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.auto.value/auto-value-annotations/ -->
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.auto.value/auto-value-annotations/
implementation 'com.google.auto.value:auto-value-annotations:1.9'
// https://jarcasting.com/artifacts/com.google.auto.value/auto-value-annotations/
implementation ("com.google.auto.value:auto-value-annotations:1.9")
'com.google.auto.value:auto-value-annotations:jar:1.9'
<dependency org="com.google.auto.value" name="auto-value-annotations" rev="1.9">
<artifact name="auto-value-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.auto.value', module='auto-value-annotations', version='1.9')
)
libraryDependencies += "com.google.auto.value" % "auto-value-annotations" % "1.9"
[com.google.auto.value/auto-value-annotations "1.9"]