a

auto-value-moshi-annotations

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