Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.chen0040 |
ArtifactId | ArtifactIdandroid-magento-client |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
android-magento-client-1.0.1.pom | |
android-magento-client-1.0.1.aar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chen0040/android-magento-client/ -->
<dependency>
<groupId>com.github.chen0040</groupId>
<artifactId>android-magento-client</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/android-magento-client/
implementation 'com.github.chen0040:android-magento-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.chen0040/android-magento-client/
implementation ("com.github.chen0040:android-magento-client:1.0.1")
'com.github.chen0040:android-magento-client:aar:1.0.1'
<dependency org="com.github.chen0040" name="android-magento-client" rev="1.0.1">
<artifact name="android-magento-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='android-magento-client', version='1.0.1')
)
libraryDependencies += "com.github.chen0040" % "android-magento-client" % "1.0.1"
[com.github.chen0040/android-magento-client "1.0.1"]