не последняя версия
Последняя версия 1.1.1

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

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

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.gabrielittner.auto.value
Идентификатор

Идентификатор

auto-value-with
Версия

Версия

0.1.5
Тип

Тип

jar

Скачать auto-value-with 0.1.5


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