License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators Moshi Data JSON |
GroupId | GroupIdglass.phil.auto.moshi |
ArtifactId | ArtifactIdauto-moshi-annotations |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionAutoMoshi annotations
An AutoValue extension that supports JSON serialization and deserialization through Moshi.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/glass.phil.auto.moshi/auto-moshi-annotations/
implementation 'glass.phil.auto.moshi:auto-moshi-annotations:0.2.0'
// https://jarcasting.com/artifacts/glass.phil.auto.moshi/auto-moshi-annotations/
implementation ("glass.phil.auto.moshi:auto-moshi-annotations:0.2.0")
'glass.phil.auto.moshi:auto-moshi-annotations:jar:0.2.0'
<dependency org="glass.phil.auto.moshi" name="auto-moshi-annotations" rev="0.2.0">
<artifact name="auto-moshi-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='glass.phil.auto.moshi', module='auto-moshi-annotations', version='0.2.0')
)
libraryDependencies += "glass.phil.auto.moshi" % "auto-moshi-annotations" % "0.2.0"
[glass.phil.auto.moshi/auto-moshi-annotations "0.2.0"]