MVN

com.ryanharter.auto.value : auto-value-gson-extension

Maven & Gradle

Dec 02, 2020
5 usages
599 stars

AutoValue: Gson Extension · AutoValue extension that creates a Gson TypeAdapter for JSON serialization of AutoValue classes.

<dependency>
    <groupId>com.ryanharter.auto.value</groupId>
    <artifactId>auto-value-gson-extension</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ryanharter.auto.value : auto-value-gson-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.ryanharter.auto.value : auto-value-gson-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
auto-value-gson-extension-1.3.1
auto-value-gson-extension-1.3.0

How to add a dependency to Maven

Add the following com.ryanharter.auto.value : auto-value-gson-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ryanharter.auto.value</groupId>
    <artifactId>auto-value-gson-extension</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ryanharter.auto.value : auto-value-gson-extension gradle dependency to your build.gradle file:

implementation 'com.ryanharter.auto.value:auto-value-gson-extension:1.3.1'

Gradle Kotlin DSL: Add the following com.ryanharter.auto.value : auto-value-gson-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ryanharter.auto.value:auto-value-gson-extension:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ryanharter.auto.value : auto-value-gson-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ryanharter.auto.value" % "auto-value-gson-extension" % "1.3.1"

Advertisement

Dependencies from Group

Dec 02, 2020
9 usages
599 stars
Dec 01, 2020
7 usages
599 stars
Dec 02, 2020
5 usages
599 stars
Dec 02, 2020
4 usages
599 stars

Discover Dependencies

Dec 17, 2020
7 usages
41 stars
Apr 29, 2023
4 usages
861 stars
Dec 30, 2013
8 usages
23 stars
Jul 13, 2023
28 usages
82 stars
Jul 21, 2023
2 usages
15 stars
Nov 02, 2018
4 usages
444 stars