a

auto-value-moshi-annotations

AutoValue extension that generates a Moshi JsonAdapter for JSON serialization of AutoValue classes.
https://github.com/rharter/auto-value-moshi/
The Apache Software License, Version 2.0
Ryan Harter
Files download
File Operation
auto-value-moshi-annotations-1.0.0.jar download
auto-value-moshi-annotations-1.0.0.pom download
auto-value-moshi-annotations-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ryanharter.auto.value</groupId>
  <artifactId>auto-value-moshi-annotations</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ryanharter.auto.value:auto-value-moshi-annotations:1.0.0'
Gradle Kotlin
implementation("com.ryanharter.auto.value:auto-value-moshi-annotations:1.0.0")
Scala SBT
libraryDependencies += "com.ryanharter.auto.value" % "auto-value-moshi-annotations" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ryanharter.auto.value', module='auto-value-moshi-annotations', version='1.0.0')
)
Apache Ivy
<dependency org="com.ryanharter.auto.value" name="auto-value-moshi-annotations" rev="1.0.0" />
Leiningen
[com.ryanharter.auto.value/auto-value-moshi-annotations "1.0.0"]
Apache Buildr
'com.ryanharter.auto.value:auto-value-moshi-annotations:jar:1.0.0'