MVN

com.github.skydoves : sandwich

Maven & Gradle

Aug 06, 2023
3 usages
1.4k stars

sandwich · A lightweight and pluggable sealed API library for modeling Retrofit responses and handling exceptions on Kotlin and Android.

<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>sandwich</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skydoves : sandwich to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of com.github.skydoves : sandwich to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
sandwich-1.3.8
sandwich-1.3.7
sandwich-1.3.6
sandwich-1.3.5
sandwich-1.3.4
sandwich-1.3.3
sandwich-1.3.2
sandwich-1.3.1
sandwich-1.3.0
1.2.x
sandwich-1.2.7
sandwich-1.2.6
sandwich-1.2.5
sandwich-1.2.4
sandwich-1.2.3
sandwich-1.2.2
sandwich-1.2.1
sandwich-1.2.0
1.1.x
sandwich-1.1.0
1.0.x
sandwich-1.0.9
sandwich-1.0.8
sandwich-1.0.7
sandwich-1.0.6

How to add a dependency to Maven

Add the following com.github.skydoves : sandwich maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>sandwich</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skydoves : sandwich gradle dependency to your build.gradle file:

implementation 'com.github.skydoves:sandwich:1.3.8'

Gradle Kotlin DSL: Add the following com.github.skydoves : sandwich gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.skydoves:sandwich:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skydoves : sandwich sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skydoves" % "sandwich" % "1.3.8"

Advertisement