Categories |
CategoriesAuto Application Layer Libs Code Generators Moshi Data JSON |
---|---|
GroupId | GroupIdcom.ryanharter.auto.value |
ArtifactId | ArtifactIdauto-value-moshi-factory |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ryanharter.auto.value/auto-value-moshi-factory/ -->
<dependency>
<groupId>com.ryanharter.auto.value</groupId>
<artifactId>auto-value-moshi-factory</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ryanharter.auto.value/auto-value-moshi-factory/
implementation 'com.ryanharter.auto.value:auto-value-moshi-factory:1.0.0'
// https://jarcasting.com/artifacts/com.ryanharter.auto.value/auto-value-moshi-factory/
implementation ("com.ryanharter.auto.value:auto-value-moshi-factory:1.0.0")
'com.ryanharter.auto.value:auto-value-moshi-factory:jar:1.0.0'
<dependency org="com.ryanharter.auto.value" name="auto-value-moshi-factory" rev="1.0.0">
<artifact name="auto-value-moshi-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ryanharter.auto.value', module='auto-value-moshi-factory', version='1.0.0')
)
libraryDependencies += "com.ryanharter.auto.value" % "auto-value-moshi-factory" % "1.0.0"
[com.ryanharter.auto.value/auto-value-moshi-factory "1.0.0"]