GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdsandwich |
Version | Version1.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
sandwich-1.0.8.pom | |
sandwich-1.0.8.aar | 86 KB |
sandwich-1.0.8-sources.jar | 33 KB |
sandwich-1.0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/sandwich/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>sandwich</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/sandwich/
implementation 'com.github.skydoves:sandwich:1.0.8'
// https://jarcasting.com/artifacts/com.github.skydoves/sandwich/
implementation ("com.github.skydoves:sandwich:1.0.8")
'com.github.skydoves:sandwich:aar:1.0.8'
<dependency org="com.github.skydoves" name="sandwich" rev="1.0.8">
<artifact name="sandwich" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='sandwich', version='1.0.8')
)
libraryDependencies += "com.github.skydoves" % "sandwich" % "1.0.8"
[com.github.skydoves/sandwich "1.0.8"]