is not current version
Last Version 1.10.0

com.squareup.moshi:moshi-parent 1.9.3

A modern JSON API for Android and Java

Categories

Categories

Square Business Logic Libraries Financial Moshi Data JSON
GroupId

GroupId

com.squareup.moshi
ArtifactId

ArtifactId

moshi-parent
Version

Version

1.9.3
Type

Type

pom

Download moshi-parent 1.9.3

Filename Size
moshi-parent-1.9.3.pom 6 KB
Browse

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