| GroupId | GroupIdcom.rsdx |
|---|---|
| ArtifactId | ArtifactIdshop |
| Version | Version1.0.0.05091550 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| shop-1.0.0.05091550.pom | |
| shop-1.0.0.05091550.aar | 30 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rsdx/shop/ -->
<dependency>
<groupId>com.rsdx</groupId>
<artifactId>shop</artifactId>
<version>1.0.0.05091550</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rsdx/shop/
implementation 'com.rsdx:shop:1.0.0.05091550'
// https://jarcasting.com/artifacts/com.rsdx/shop/
implementation ("com.rsdx:shop:1.0.0.05091550")
'com.rsdx:shop:aar:1.0.0.05091550'
<dependency org="com.rsdx" name="shop" rev="1.0.0.05091550">
<artifact name="shop" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rsdx', module='shop', version='1.0.0.05091550')
)
libraryDependencies += "com.rsdx" % "shop" % "1.0.0.05091550"
[com.rsdx/shop "1.0.0.05091550"]