is not current version
Last Version 0.2.0

glass.phil.auto.moshi:auto-moshi-annotations 0.1.0

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

Categories

Categories

Auto Application Layer Libs Code Generators Moshi Data JSON
GroupId

GroupId

glass.phil.auto.moshi
ArtifactId

ArtifactId

auto-moshi-annotations
Version

Version

0.1.0
Type

Type

jar

Download auto-moshi-annotations 0.1.0


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