Last Version

AutoValue: Moshi Extension Runtime 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-runtime
Version

Version

1.1.0
Type

Type

jar
Description

Description

AutoValue: Moshi Extension Runtime
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-runtime 1.1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.moshi : moshi jar 1.9.2
io.sweers.autotransient : autotransient jar 1.0.0

Project Modules

There are no modules declared in this project.