Last Version

AutoValue: Gson Extension (Runtime) 1.3.1

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

License

License

Categories

Categories

Auto Application Layer Libs Code Generators Gson Data JSON
GroupId

GroupId

com.ryanharter.auto.value
ArtifactId

ArtifactId

auto-value-gson-runtime
Version

Version

1.3.1
Type

Type

jar
Description

Description

AutoValue: Gson Extension (Runtime)
AutoValue extension that creates a Gson TypeAdapter for JSON serialization of AutoValue classes.
Project URL

Project URL

https://github.com/rharter/auto-value-gson/
Source Code Management

Source Code Management

https://github.com/rharter/auto-value-gson/

Download auto-value-gson-runtime 1.3.1


<!-- https://jarcasting.com/artifacts/com.ryanharter.auto.value/auto-value-gson-runtime/ -->
<dependency>
    <groupId>com.ryanharter.auto.value</groupId>
    <artifactId>auto-value-gson-runtime</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ryanharter.auto.value/auto-value-gson-runtime/
implementation 'com.ryanharter.auto.value:auto-value-gson-runtime:1.3.1'
// https://jarcasting.com/artifacts/com.ryanharter.auto.value/auto-value-gson-runtime/
implementation ("com.ryanharter.auto.value:auto-value-gson-runtime:1.3.1")
'com.ryanharter.auto.value:auto-value-gson-runtime:jar:1.3.1'
<dependency org="com.ryanharter.auto.value" name="auto-value-gson-runtime" rev="1.3.1">
  <artifact name="auto-value-gson-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ryanharter.auto.value', module='auto-value-gson-runtime', version='1.3.1')
)
libraryDependencies += "com.ryanharter.auto.value" % "auto-value-gson-runtime" % "1.3.1"
[com.ryanharter.auto.value/auto-value-gson-runtime "1.3.1"]

Dependencies

compile (2)

Group / Artifact Type Version
io.sweers.autotransient : autotransient jar 1.0.0
com.google.code.gson : gson jar 2.8.5

Project Modules

There are no modules declared in this project.