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.7.0.pom download
Apache Maven
<dependency>
  <groupId>com.squareup.moshi</groupId>
  <artifactId>moshi-parent</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.moshi:moshi-parent:1.7.0'
Gradle Kotlin
implementation("com.squareup.moshi:moshi-parent:1.7.0")
Scala SBT
libraryDependencies += "com.squareup.moshi" % "moshi-parent" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.moshi', module='moshi-parent', version='1.7.0')
)
Apache Ivy
<dependency org="com.squareup.moshi" name="moshi-parent" rev="1.7.0" />
Leiningen
[com.squareup.moshi/moshi-parent "1.7.0"]
Apache Buildr
'com.squareup.moshi:moshi-parent:jar:1.7.0'