MVN

com.squareup.moshi : moshi-parent

Maven & Gradle

Aug 27, 2020
7.9k stars

Moshi (Parent) · A modern JSON API for Android and Java

<dependency>
    <groupId>com.squareup.moshi</groupId>
    <artifactId>moshi-parent</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.moshi : moshi-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.10.0
  • Latest Release Candidate: 1.6.0-RC1

All Versions

Choose a version of com.squareup.moshi : moshi-parent to add to Maven - All Versions:

  • Version Updated
  • moshi-parent-1.10.0

    Aug 27, 2020
  • moshi-parent-1.9.3

    Jun 12, 2020
  • moshi-parent-1.9.2

    Nov 17, 2019
  • moshi-parent-1.9.1

    Oct 31, 2019
  • moshi-parent-1.9.0

    Oct 29, 2019
  • moshi-parent-1.8.0

    Nov 08, 2018
  • moshi-parent-1.7.0

    Sep 25, 2018
  • moshi-parent-1.6.0

    May 15, 2018
  • moshi-parent-1.6.0-RC1

    May 07, 2018
  • moshi-parent-1.5.0

    May 15, 2017
  • moshi-parent-1.4.0

    Feb 04, 2017
  • moshi-parent-1.3.1

    Oct 21, 2016
  • moshi-parent-1.3.0

    Oct 15, 2016
  • moshi-parent-1.2.0

    May 28, 2016
  • moshi-parent-1.1.0

    Jan 18, 2016
  • moshi-parent-1.0.0

    Sep 27, 2015
  • moshi-parent-0.9.0

    Jun 16, 2015

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.squareup.moshi</groupId>
    <artifactId>moshi-parent</artifactId>
    <version>1.10.0</version>
</dependency>