Categories |
CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients Moshi Data JSON |
---|---|
GroupId | GroupIdcom.squareup.retrofit2 |
ArtifactId | ArtifactIdconverter-moshi |
Version | Version2.0.0-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-moshi/ -->
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-moshi</artifactId>
<version>2.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-moshi/
implementation 'com.squareup.retrofit2:converter-moshi:2.0.0-beta3'
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-moshi/
implementation ("com.squareup.retrofit2:converter-moshi:2.0.0-beta3")
'com.squareup.retrofit2:converter-moshi:jar:2.0.0-beta3'
<dependency org="com.squareup.retrofit2" name="converter-moshi" rev="2.0.0-beta3">
<artifact name="converter-moshi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='converter-moshi', version='2.0.0-beta3')
)
libraryDependencies += "com.squareup.retrofit2" % "converter-moshi" % "2.0.0-beta3"
[com.squareup.retrofit2/converter-moshi "2.0.0-beta3"]