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