is not current version
Last Version 1.1.1

com.gabrielittner.auto.value:auto-value-with 0.1.0

AutoValue extension to implement "with-er" methods for AutoValue objects

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.gabrielittner.auto.value
ArtifactId

ArtifactId

auto-value-with
Version

Version

0.1.0
Type

Type

jar

Download auto-value-with 0.1.0


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