MVN

com.squareup.moshi : moshi-examples

Maven & Gradle

Dec 17, 2021
7.8k stars
<dependency>
    <groupId>com.squareup.moshi</groupId>
    <artifactId>moshi-examples</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.moshi : moshi-examples to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of com.squareup.moshi : moshi-examples to add to Maven or Gradle - All Versions:

  • Version Updated
  • moshi-examples-1.10.0

    Aug 27, 2020
  • moshi-examples-1.9.3

    Jun 12, 2020
  • moshi-examples-1.9.2

    Nov 17, 2019
  • moshi-examples-1.9.1

    Oct 31, 2019
  • moshi-examples-1.9.0

    Oct 29, 2019
  • moshi-examples-1.8.0

    Nov 08, 2018
  • moshi-examples-1.7.0

    Sep 25, 2018
  • moshi-examples-1.6.0

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

    May 07, 2018
  • moshi-examples-1.5.0

    May 15, 2017
  • moshi-examples-1.4.0

    Feb 04, 2017
  • moshi-examples-1.3.1

    Oct 21, 2016
  • moshi-examples-1.3.0

    Oct 15, 2016
  • moshi-examples-1.2.0

    May 28, 2016
  • moshi-examples-1.1.0

    Jan 18, 2016
  • moshi-examples-1.0.0

    Sep 27, 2015
  • moshi-examples-0.9.0

    Jun 16, 2015

How to add a dependency to Maven

Add the following com.squareup.moshi : moshi-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.moshi : moshi-examples gradle dependency to your build.gradle file:

implementation 'com.squareup.moshi:moshi-examples:1.10.0'

Gradle Kotlin DSL: Add the following com.squareup.moshi : moshi-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.moshi:moshi-examples:1.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.moshi : moshi-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.moshi" % "moshi-examples" % "1.10.0"