m

moshi-parent

A modern JSON API for Android and Java
https://github.com/square/moshi
Apache 2.0
Files download
File Operation
moshi-parent-1.9.3.pom download
Apache Maven
<dependency>
  <groupId>com.squareup.moshi</groupId>
  <artifactId>moshi-parent</artifactId>
  <version>1.9.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.moshi:moshi-parent:1.9.3'
Gradle Kotlin
implementation("com.squareup.moshi:moshi-parent:1.9.3")
Scala SBT
libraryDependencies += "com.squareup.moshi" % "moshi-parent" % "1.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.moshi', module='moshi-parent', version='1.9.3')
)
Apache Ivy
<dependency org="com.squareup.moshi" name="moshi-parent" rev="1.9.3" />
Leiningen
[com.squareup.moshi/moshi-parent "1.9.3"]
Apache Buildr
'com.squareup.moshi:moshi-parent:jar:1.9.3'