| GroupId | GroupIdio.qonversion.sandwich |
|---|---|
| ArtifactId | ArtifactIdsandwich |
| Version | Version0.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| sandwich-0.0.3.pom | |
| sandwich-0.0.3-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.qonversion.sandwich/sandwich/ -->
<dependency>
<groupId>io.qonversion.sandwich</groupId>
<artifactId>sandwich</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.qonversion.sandwich/sandwich/
implementation 'io.qonversion.sandwich:sandwich:0.0.3'
// https://jarcasting.com/artifacts/io.qonversion.sandwich/sandwich/
implementation ("io.qonversion.sandwich:sandwich:0.0.3")
'io.qonversion.sandwich:sandwich:aar:0.0.3'
<dependency org="io.qonversion.sandwich" name="sandwich" rev="0.0.3">
<artifact name="sandwich" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.qonversion.sandwich', module='sandwich', version='0.0.3')
)
libraryDependencies += "io.qonversion.sandwich" % "sandwich" % "0.0.3"
[io.qonversion.sandwich/sandwich "0.0.3"]