a

auto-value-transient

A transient annotation for AutoValue extensions.
https://github.com/ZacSweers/AutoTransient/
The Apache Software License, Version 2.0
Zac Sweers
Files download
File Operation
auto-value-transient-1.0.0.jar download
auto-value-transient-1.0.0.pom download
auto-value-transient-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sweers.autotransient</groupId>
  <artifactId>auto-value-transient</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.sweers.autotransient:auto-value-transient:1.0.0'
Gradle Kotlin
implementation("io.sweers.autotransient:auto-value-transient:1.0.0")
Scala SBT
libraryDependencies += "io.sweers.autotransient" % "auto-value-transient" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.sweers.autotransient', module='auto-value-transient', version='1.0.0')
)
Apache Ivy
<dependency org="io.sweers.autotransient" name="auto-value-transient" rev="1.0.0" />
Leiningen
[io.sweers.autotransient/auto-value-transient "1.0.0"]
Apache Buildr
'io.sweers.autotransient:auto-value-transient:jar:1.0.0'
Dependencies
The project has no third-party dependencies