Last Version

AutoMoshi processor 0.2.0

An AutoValue extension that supports JSON serialization and deserialization through Moshi.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators Moshi Data JSON
GroupId

GroupId

glass.phil.auto.moshi
ArtifactId

ArtifactId

auto-moshi-processor
Version

Version

0.2.0
Type

Type

jar
Description

Description

AutoMoshi processor
An AutoValue extension that supports JSON serialization and deserialization through Moshi.
Project URL

Project URL

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

Source Code Management

https://github.com/PhilGlass/auto-moshi/

Download auto-moshi-processor 0.2.0


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

Dependencies

compile (6)

Group / Artifact Type Version
glass.phil.auto.moshi : auto-moshi-annotations jar 0.2.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.1.2
com.google.auto.value : auto-value jar 1.4
com.squareup.moshi : moshi jar 1.5.0
com.squareup : javapoet jar 1.8.0
com.google.auto : auto-common jar 0.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.testing.compile : compile-testing jar 0.11

Project Modules

There are no modules declared in this project.