is not current version
Last Version 1.2.5

com.github.skydoves:sandwich 1.0.9

Android network response API for handling data and error response with transformation extensions.

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

sandwich
Version

Version

1.0.9
Type

Type

aar

Download sandwich 1.0.9


<!-- https://jarcasting.com/artifacts/com.github.skydoves/sandwich/ -->
<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>sandwich</artifactId>
    <version>1.0.9</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/sandwich/
implementation 'com.github.skydoves:sandwich:1.0.9'
// https://jarcasting.com/artifacts/com.github.skydoves/sandwich/
implementation ("com.github.skydoves:sandwich:1.0.9")
'com.github.skydoves:sandwich:aar:1.0.9'
<dependency org="com.github.skydoves" name="sandwich" rev="1.0.9">
  <artifact name="sandwich" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='sandwich', version='1.0.9')
)
libraryDependencies += "com.github.skydoves" % "sandwich" % "1.0.9"
[com.github.skydoves/sandwich "1.0.9"]