a

auto-value-gson-runtime

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