Last Version

AutoValue Parent 1.9

Immutable value-type code generation for Java 7+.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto.value
ArtifactId

ArtifactId

auto-value-parent
Version

Version

1.9
Type

Type

pom
Description

Description

AutoValue Parent
Immutable value-type code generation for Java 7+.
Project URL

Project URL

https://github.com/google/auto/tree/master/value
Project Organization

Project Organization

Google LLC
Source Code Management

Source Code Management

http://github.com/google/auto

Download auto-value-parent 1.9


<!-- https://jarcasting.com/artifacts/com.google.auto.value/auto-value-parent/ -->
<dependency>
    <groupId>com.google.auto.value</groupId>
    <artifactId>auto-value-parent</artifactId>
    <version>1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.auto.value/auto-value-parent/
implementation 'com.google.auto.value:auto-value-parent:1.9'
// https://jarcasting.com/artifacts/com.google.auto.value/auto-value-parent/
implementation ("com.google.auto.value:auto-value-parent:1.9")
'com.google.auto.value:auto-value-parent:pom:1.9'
<dependency org="com.google.auto.value" name="auto-value-parent" rev="1.9">
  <artifact name="auto-value-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.auto.value', module='auto-value-parent', version='1.9')
)
libraryDependencies += "com.google.auto.value" % "auto-value-parent" % "1.9"
[com.google.auto.value/auto-value-parent "1.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • annotations
  • processor
  • src/it/functional
  • src/it/gwtserializer