MVN

com.nytimes.android : middleware-moshi

Maven & Gradle

Jul 24, 2017
3.5k stars

com.nytimes.android · Store

<dependency>
    <groupId>com.nytimes.android</groupId>
    <artifactId>middleware-moshi</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nytimes.android : middleware-moshi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Alpha: 3.0.0-alpha

All Versions

Choose a version of com.nytimes.android : middleware-moshi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
middleware-moshi-3.0.0-alpha
2.1.x
middleware-moshi-2.1.1
middleware-moshi-2.1.0
2.0.x
middleware-moshi-2.0.4
middleware-moshi-2.0.3
middleware-moshi-2.0.2
middleware-moshi-2.0.1
middleware-moshi-2.0.0
1.0.x
middleware-moshi-1.0.7
middleware-moshi-1.0.6
middleware-moshi-1.0.4
middleware-moshi-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nytimes.android</groupId>
    <artifactId>middleware-moshi</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nytimes.android : middleware-moshi gradle dependency to your build.gradle file:

implementation 'com.nytimes.android:middleware-moshi:2.1.1'

Gradle Kotlin DSL: Add the following com.nytimes.android : middleware-moshi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nytimes.android:middleware-moshi:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nytimes.android : middleware-moshi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nytimes.android" % "middleware-moshi" % "2.1.1"

Advertisement