AutoValue

Immutable value-type code generation for Java 1.6+.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

me.kenzierocks.auto.value
ArtifactId

ArtifactId

auto-value
Last Version

Last Version

1.7
Release Date

Release Date

Type

Type

jar
Description

Description

AutoValue
Immutable value-type code generation for Java 1.6+.
Source Code Management

Source Code Management

http://github.com/google/auto

Download auto-value

How to add to project

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

Dependencies

test (5)

Group / Artifact Type Version
org.apache.velocity : velocity jar 1.7
com.google.guava : guava-testlib jar 19.0
junit : junit jar 4.11
com.google.truth : truth jar 0.30
com.google.testing.compile : compile-testing jar 0.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.7
1.6
1.5