is not current version
Last Version 0.4.7

com.ryanharter.auto.value:auto-value-moshi 0.4.3

AutoValue extension that creates a Moshi TypeAdapterFactory

Categories

Categories

Auto Application Layer Libs Code Generators Moshi Data JSON
GroupId

GroupId

com.ryanharter.auto.value
ArtifactId

ArtifactId

auto-value-moshi
Version

Version

0.4.3
Type

Type

jar

Download auto-value-moshi 0.4.3


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