a

auto-value-with

AutoValue extension to implement "with-er" methods for AutoValue objects
https://github.com/gabrielittner/auto-value-with/
The Apache Software License, Version 2.0
Gabriel Ittner
文件下载
文件名 操作
auto-value-with-1.1.1.jar 下载
auto-value-with-1.1.1.pom 下载
auto-value-with-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gabrielittner.auto.value</groupId>
  <artifactId>auto-value-with</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.gabrielittner.auto.value:auto-value-with:1.1.1'
Gradle Kotlin
implementation("com.gabrielittner.auto.value:auto-value-with:1.1.1")
Scala SBT
libraryDependencies += "com.gabrielittner.auto.value" % "auto-value-with" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.gabrielittner.auto.value', module='auto-value-with', version='1.1.1')
)
Apache Ivy
<dependency org="com.gabrielittner.auto.value" name="auto-value-with" rev="1.1.1" />
Leiningen
[com.gabrielittner.auto.value/auto-value-with "1.1.1"]
Apache Buildr
'com.gabrielittner.auto.value:auto-value-with:jar:1.1.1'