Last Version

AutoValue: Moshi Extension 1.1.0

AutoValue extension that generates a Moshi JsonAdapter for JSON serialization of AutoValue classes.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators Moshi Data JSON
GroupId

GroupId

com.ryanharter.auto.value
ArtifactId

ArtifactId

auto-value-moshi-extension
Version

Version

1.1.0
Type

Type

jar
Description

Description

AutoValue: Moshi Extension
AutoValue extension that generates a Moshi JsonAdapter for JSON serialization of AutoValue classes.
Project URL

Project URL

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

Source Code Management

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

Download auto-value-moshi-extension 1.1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.auto.value : auto-value jar 1.7
com.google.auto.value : auto-value-annotations jar 1.7
com.ryanharter.auto.value : auto-value-moshi-runtime jar 1.1.0

runtime (2)

Group / Artifact Type Version
com.squareup : javapoet jar 1.12.0
com.squareup.moshi : moshi jar 1.9.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 1.0
com.google.testing.compile : compile-testing jar 0.18

Project Modules

There are no modules declared in this project.