GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdsandwich |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
sandwich-1.0.6.pom | |
sandwich-1.0.6.aar | 75 KB |
sandwich-1.0.6-sources.jar | 27 KB |
sandwich-1.0.6-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.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/sandwich/
implementation 'com.github.skydoves:sandwich:1.0.6'
// https://jarcasting.com/artifacts/com.github.skydoves/sandwich/
implementation ("com.github.skydoves:sandwich:1.0.6")
'com.github.skydoves:sandwich:aar:1.0.6'
<dependency org="com.github.skydoves" name="sandwich" rev="1.0.6">
<artifact name="sandwich" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='sandwich', version='1.0.6')
)
libraryDependencies += "com.github.skydoves" % "sandwich" % "1.0.6"
[com.github.skydoves/sandwich "1.0.6"]